git rebase
Jump to navigation
Jump to search
git rebase (doc) reapply commits on top of another base tip.
git rebase --interactive / git rebase -i
git rebase origin/main
git rebase --continue
git config pull.rebase false# merge (the default strategy)git config pull.rebase true# rebase
Errors[edit]
Related[edit]
See also[edit]
Advertising: