Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created May 5, 2015 15:54
Show Gist options
  • Save ryanwebjackson/6fceedbf29e5110e4cb2 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/6fceedbf29e5110e4cb2 to your computer and use it in GitHub Desktop.
Git - new branch
git checkout -b feature_branch_name
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