Browse Source

Document git merge --abort

pull/112/head
Jonathan "Duke" Leto 2 years ago
parent
commit
0316f0f4f2
  1. 2
      doc/release-process.md

2
doc/release-process.md

@ -21,3 +21,5 @@ git merge --no-ff -X theirs master
The last command uses the "theirs" merge strategy option to the "recursive" merge strategy, which is default. See "git help merge" for more details.
If you have a messed up merge or you don't want to deal with conflicts right now, you can do `git merge --abort` to cancel a merge.

Loading…
Cancel
Save