Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ index), the diff will look like:
+++ b/file.txt
@@@ -1,1 -1,1 +1,1 @@@
- Hello world
-Goodbye
-Goodbye
++Goodbye world

This shows that our resolved version deleted "Hello world" from the
Expand Down Expand Up @@ -88,4 +88,4 @@ Each time you resolve the conflicts in a file and update the index:
$ git add file.txt

the different stages of that file will be "collapsed", after which
git-diff will (by default) no longer show diffs for that file.
git-diff will (by default) no longer show diffs for that file.