Skip to content

Instantly share code, notes, and snippets.

@frontend-gist
Last active August 29, 2015 14:26
Show Gist options
  • Save frontend-gist/9339305f530776bc22d7 to your computer and use it in GitHub Desktop.
Save frontend-gist/9339305f530776bc22d7 to your computer and use it in GitHub Desktop.
Git
git checkout -b myFeature develop
git fetch
git checkout <branch-name>
git push origin <branch-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment