Skip to content

Instantly share code, notes, and snippets.

@stungeye
Created October 17, 2024 01:45
Show Gist options
  • Save stungeye/bc3c2d5af302c5e2c68c9d5fe8b08f21 to your computer and use it in GitHub Desktop.
Save stungeye/bc3c2d5af302c5e2c68c9d5fe8b08f21 to your computer and use it in GitHub Desktop.
Test of Markdown

Git's Markup of Conflicted Files

Git uses special markers to indicate the start and end of the conflicted area:

<<<<<<< HEAD

and:

=======

as the separator between the changes in the current and the other branch.

>>>>>>> branch-name

shows the end of the changes in the other branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment