Last active
January 6, 2016 22:31
-
-
Save iddar/ed18b4260b1806e463ce 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
| git checktout -b taskid-123 | |
| git rebase dev | |
| # git commit -am 'message' | |
| git push origin taskid-123 | |
| # create pull request | |
| git rebase head~# -i #if commits > 1 | |
| git checkout dev | |
| git merger taskid-123 | |
| git push origin dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment