Home
Press ? for keyboard navigation
❮
git pull (fetch+merge)
git pull --rebase (fetch+rebase)
❯
Forgetting to rebase
If you executed a
git pull
and forgot to add
--rebase
it can be still fixed.
If you have not pushed it out yet:
$ git reset HEAD~1 --hard
Then you can
$ git pull --rebase
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)