> For the complete documentation index, see [llms.txt](https://lin-4.gitbook.io/my-git-cheat-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lin-4.gitbook.io/my-git-cheat-sheet/abort.md).

# abort

When there are conflicts after the git pull, use git merge --abort. Now the project reset to whatever state it was before merge.
