Tag: rebase
All the articles with the tag "rebase".
-
git - fight with pull merges
How to eliminate pull-merge commits using pull --rebase, autosetuprebase, --preserve-merges, and rerere.
-
git undo
How to undo a git pull --rebase or other destructive git operations using git reflog and reset.