Skip to content

Instantly share code, notes, and snippets.

@goldmann
Created October 11, 2010 19:02
Show Gist options
  • Save goldmann/621039 to your computer and use it in GitHub Desktop.
Save goldmann/621039 to your computer and use it in GitHub Desktop.
21:01 bobmcw: git fetch origin
21:01 bobmcw: git rebase origin/master
21:01 bobmcw: # test
21:01 bobmcw: git push origin master
21:01 bobmcw: avoids a merge commit
21:02 tcrawley: or add an alias to ~/.gitconfig: frebase = !git fetch && git rebase origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment