Pull rebase
Fetch, then rebase (instead of merge)
As with rebase, only used on local commits
git pull --rebaseor-rgit pull --rebase=preserveif your branch has merged commits, preserve themgit pull --rebase=interactiveuse interactive rebase
Last updated