πŸ“š node [[git rebase]]

git rebase

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
β₯± context