Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created February 12, 2014 20:32
Show Gist options
  • Save pbrewczynski/8963946 to your computer and use it in GitHub Desktop.
Save pbrewczynski/8963946 to your computer and use it in GitHub Desktop.
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