Skip to content

Instantly share code, notes, and snippets.

@gugod
Created December 25, 2009 06:37
Show Gist options
  • Select an option

  • Save gugod/263537 to your computer and use it in GitHub Desktop.

Select an option

Save gugod/263537 to your computer and use it in GitHub Desktop.
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
# auto setup when doing 'git branch' or 'git checkout'
git config branch.autosetupmerge true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment