File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
book/07-git-tools/sections Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ While we covered some basics on resolving merge conflicts in <<ch03-git-branchin
19
19
First of all, if at all possible, try to make sure your working directory is clean before doing a merge that may have conflicts.
20
20
If you have work in progress, either commit it to a temporary branch or stash it.
21
21
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.
23
23
24
24
Let's walk through a very simple example.
25
25
We have a super simple Ruby file that prints 'hello world'.
You can’t perform that action at this time.
0 commit comments