1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 21:46:01 +02:00
tldr/pages/common/git-rebase.md
2015-12-30 13:54:58 -05:00

7 lines
222 B
Markdown

# 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)