Skip to content

Instantly share code, notes, and snippets.

@vvs
Created May 11, 2010 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvs/397486 to your computer and use it in GitHub Desktop.
Save vvs/397486 to your computer and use it in GitHub Desktop.
From git pull help:
--rebase
Instead of a merge, perform a rebase after fetching. If there is a remote
ref for the upstream branch, and this branch was rebased since last fetched,
the rebase uses that information to avoid rebasing non-local changes. To make
this the default for branch <name>, set configuration branch.<name>.rebase to true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment