Last active
November 9, 2015 21:05
-
-
Save medun/7e0b987f99176464a9ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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