Skip to content

Instantly share code, notes, and snippets.

@anthonyringoet
Created August 31, 2012 09:55
Show Gist options
  • Save anthonyringoet/3550997 to your computer and use it in GitHub Desktop.
Save anthonyringoet/3550997 to your computer and use it in GitHub Desktop.
git make local branch track remote branch
git branch --set-upstream master origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment