Created
October 24, 2014 11:13
-
-
Save atleastimtrying/c2f3f04eaf11ea28c562 to your computer and use it in GitHub Desktop.
git flow
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
step 1 | |
change things on your branch, | |
commit them with a sensible name on your branch. | |
step 2 | |
switch to master, | |
pull from origin, merge where needed. | |
step 3 | |
switch to your branch | |
merge master into your branch | |
merge where needed | |
step 4 | |
switch to master | |
pull from origin just in case (if theres new stuff jump back to step 3) | |
step 5 | |
merge your branch into master | |
push to origin | |
go back to step 1! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment