Open Source Comes to Campus/Curriculum/Git/Students: Difference between revisions

imported>Paulproteus
imported>Shauna
Line 158:
git merge
 
This should result in a conflict. There are a number of tools you can use to help visualize merge conflicts. For simple conflicts, though, I like to use a basic editor, such as nano, vim, emacs, or whatever you're most comfortable with. In basic text view, a merge conflict looks like this:
This should result in a conflict. The error message should look like:
 
error message
 
There are a number of tools you can use to help visualize merge conflicts. For simple conflicts, though, I like to use a basic editor, such as nano, vim, emacs, or whatever you're most comfortable with. In basic text view, a merge conflict looks like this:
 
[[File:merge3.png]]
Anonymous user