π node [[git rebase]]
git rebase
-
an alternative to [[merge]]
-
it squashes history
-
from https://strongbox.github.io/developer-guide/git/rebase-vs-merge.html, the [[golden rule of rebasing]]:
The Golden rule of Rebasing
So, before you run git rebase, always ask yourself, βIs anyone else looking at this branch?β. If the answer is yes, take your hands off the keyboard and start thinking about a non-destructive way to make your changes. Otherwise, youβre safe to re-write history as much as you like.
π stoas
- public document at doc.anagora.org/git-rebase
- video call at meet.jit.si/git-rebase
β₯± context
β pushing here
(none)
(none)
β pulling this
(none)
(none)
π full text search for 'git rebase'