Fix merge abort command being wrong - Thanks Fersu

master
UnseenWizzard 6 years ago
parent 586efd2167
commit bbfdeaaccc

@ -401,7 +401,7 @@ We _stage_ them when we `add Bob.txt`, and then we `commit`.
We already know the commit for the changes we've made to resolve the conflict. It's the _merge commit_ that is always present when merging.
Should you ever realize in the middle of resolving conflicts that you actually don't want to follow through with the `merge`, you can just `abort` it by running `git commit --abort`.
Should you ever realize in the middle of resolving conflicts that you actually don't want to follow through with the `merge`, you can just `abort` it by running `git merge --abort`.
## Rebasing

Loading…
Cancel
Save