Skip to content

Instantly share code, notes, and snippets.

@dominicsayers
Created April 23, 2013 16:22
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 dominicsayers/5445065 to your computer and use it in GitHub Desktop.
Save dominicsayers/5445065 to your computer and use it in GitHub Desktop.
Working with git branches for dummies

Working with git branches

Starting work on your new branch

  1. cd path/to/myapp
  2. git checkout develop
  3. git pull
  4. git checkout -b feature/my-new-feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment