Created
April 20, 2009 04:38
-
-
Save dsturnbull/98369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are lines that are either unchanged from the common | |
ancestor, or cleanly resolved because only one side changed. | |
<<<<<<< yours:sample.txt | |
Conflict resolution is hard; | |
let's go shopping. | |
||||||| | |
Conflict resolution is hard. | |
======= | |
Git makes conflict resolution easy. | |
>>>>>>> theirs:sample.txt | |
And here is another line that is cleanly resolved or unmodified. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment