Your Git Cheatsheet
88%
Merge Conflicts
When two branches change the same lines, Git marks the conflict in the file:
<<<<<<< HEAD
your version of the code
=======
the other branch's version
>>>>>>> feature/branch
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
