Skip to content

Instantly share code, notes, and snippets.

@AlexMocioi
Created April 27, 2017 15:50
Show Gist options
  • Save AlexMocioi/fa775ac7f9ebdfb771a388e382c47fa3 to your computer and use it in GitHub Desktop.
Save AlexMocioi/fa775ac7f9ebdfb771a388e382c47fa3 to your computer and use it in GitHub Desktop.
How to use Git better, not just push and pull and commit
In git flow, usually there's one branch per feature.
So, you should:
- synch your local develop with remote develop.
- start a new feature from your local develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment