Skip to content

Instantly share code, notes, and snippets.

@tiembo
Last active December 23, 2015 22:39
Show Gist options
  • Save tiembo/6705113 to your computer and use it in GitHub Desktop.
Save tiembo/6705113 to your computer and use it in GitHub Desktop.
To prevent merge bubbles during a git pull, use git pull --rebase. Here's a git config change to automatically rebase a specific branch.
git config branch.<branch name>.rebase true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment