Skip to content

Instantly share code, notes, and snippets.

@luismayta
Created August 28, 2012 02:54
Show Gist options
  • Save luismayta/3494516 to your computer and use it in GitHub Desktop.
Save luismayta/3494516 to your computer and use it in GitHub Desktop.
create one branch desde una ruta remota
#create one branch desde una ruta remota
git checkout -b new_develop --track origin/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment