Skip to content

Instantly share code, notes, and snippets.

@codazoda
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codazoda/f38e36925ea319da1e21 to your computer and use it in GitHub Desktop.
Save codazoda/f38e36925ea319da1e21 to your computer and use it in GitHub Desktop.

Git Quick Reference

Create a new branch and check it out.

git checkout -b feature_branch_name

Push a new branch to the original server.

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