Skip to content

Commit f356841

Browse files
authored
Merge pull request #1083 from rpjday/adv_merging
advanced-merging.asc: correct obvious typo, "lose" -> "preserve"
2 parents 3f8547d + 6188807 commit f356841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/advanced-merging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ While we covered some basics on resolving merge conflicts in <<ch03-git-branchin
1919
First of all, if at all possible, try to make sure your working directory is clean before doing a merge that may have conflicts.
2020
If you have work in progress, either commit it to a temporary branch or stash it.
2121
This makes it so that you can undo *anything* you try here.
22-
If you have unsaved changes in your working directory when you try a merge, some of these tips may help you lose that work.
22+
If you have unsaved changes in your working directory when you try a merge, some of these tips may help you preserve that work.
2323

2424
Let's walk through a very simple example.
2525
We have a super simple Ruby file that prints 'hello world'.

0 commit comments

Comments
 (0)