Skip to content

Instantly share code, notes, and snippets.

@fprieur
Last active September 22, 2015 16:11
Show Gist options
  • Save fprieur/d03fb3103b3a58dbda9a to your computer and use it in GitHub Desktop.
Save fprieur/d03fb3103b3a58dbda9a to your computer and use it in GitHub Desktop.
Create a new branch with his associate remote branch
git checkout -b feature_branch_name
... edit files, add and commit ...
git push -u origin feature_branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment