Skip to content

Instantly share code, notes, and snippets.

@atleastimtrying
Created October 24, 2014 11:13
Show Gist options
  • Save atleastimtrying/c2f3f04eaf11ea28c562 to your computer and use it in GitHub Desktop.
Save atleastimtrying/c2f3f04eaf11ea28c562 to your computer and use it in GitHub Desktop.
git flow
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