Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created March 23, 2009 19:16
Show Gist options
  • Save baseonmars/83724 to your computer and use it in GitHub Desktop.
Save baseonmars/83724 to your computer and use it in GitHub Desktop.
allows pulling from github to local master (i think)
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment