Created
February 12, 2014 20:32
-
-
Save pbrewczynski/8963946 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
bluesm@vz12176:~/gitEx/proGitBranches$ git merge master | |
Auto-merging abc | |
CONFLICT (content): Merge conflict in abc | |
Automatic merge failed; fix conflicts and then commit the result. | |
bluesm@vz12176:~/gitEx/proGitBranches$ cat abc | |
<<<<<<< HEAD | |
This is first verion with typo | |
This is new feature of this text, it has new chars in it, so it | |
is very cool | |
======= | |
This is first version with typo | |
>>>>>>> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment