tldr/pages/common/git-rebase.md

8 lines
222 B
Markdown
Raw Normal View History

# git rebase
> Apply local commits on top of another branch's history
- Rebase your local branch with the latest changes in master
`git rebase -i master` (Then follow the directions in the terminal for merge conflicts)