Skip to content

Instantly share code, notes, and snippets.

@elranu
Created November 29, 2013 15:33
Show Gist options
  • Save elranu/7707374 to your computer and use it in GitHub Desktop.
Save elranu/7707374 to your computer and use it in GitHub Desktop.
Git remote branch tranking
git remote update
git checkout -t -b nameBranch remote/branch
git branch -vv (to check, two Vs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment