Skip to content

Instantly share code, notes, and snippets.

@fginter
Created June 26, 2014 07:40
Show Gist options
  • Save fginter/7cb32b22aabdc499428d to your computer and use it in GitHub Desktop.
Save fginter/7cb32b22aabdc499428d to your computer and use it in GitHub Desktop.
make remote tracking branch
git checkout -b branchname
git push -u origin branchname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment