mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Update README.md
This commit is contained in:
parent
2b34d20485
commit
9478da7964
@ -565,7 +565,7 @@ To delete a local branch:
|
||||
<a name="undo-rebase">
|
||||
### I want to undo rebase/merge
|
||||
|
||||
You may have merge/rebase your current branch with a wrong branch, or you simply cannot manage to achieve a correct result or even finish the rebase/merge process. Git is saving the original HEAD pointer in ORIG_HEAD, so it is simple to recover you're branch at the state before the rebase/merge.
|
||||
You may have merge/rebase your current branch with a wrong branch, or you simply cannot manage to achieve a correct result or even finish the rebase/merge process. Git is saving the original HEAD pointer in ORIG_HEAD, so it is simple to recover your branch at the state before the rebase/merge.
|
||||
|
||||
```sh
|
||||
(my-branch)$ git reset --hard ORIG_HEAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user