Skip to content

Instantly share code, notes, and snippets.

@medun
Last active November 9, 2015 21:05
Show Gist options
  • Save medun/7e0b987f99176464a9ee to your computer and use it in GitHub Desktop.
Save medun/7e0b987f99176464a9ee to your computer and use it in GitHub Desktop.
##create a new branch associated with your card
git checkout develop;
git pull origin develop;
git checkout -b 'my-lovely-branch';
##work on your branch locally
##
git fetch -a
git checkout [release_branchname]
git checkout -b [your_work_branchname]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment