Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smoholkar committed Oct 16, 2017
1 parent 0852a2e commit 951c5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions additional-material/resolving-merge-conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ eg:
=======
This is a fourth line I am adding
>>>>>>> 4e2b407f501b68f8588aa645acafffa0224b9b78:mergetest
```

<<<<<<<: Indicates the start of the lines that had a merge conflict. The first set of lines are the lines from the file that you were trying to merge the changes into.
=======: Indicates the break point used for comparison. Breaks up changes that user has committed (above) to changes coming from merge (below) to visually see the differences.
Expand Down

0 comments on commit 951c5a7

Please sign in to comment.