Created
April 27, 2017 15:50
-
-
Save AlexMocioi/fa775ac7f9ebdfb771a388e382c47fa3 to your computer and use it in GitHub Desktop.
How to use Git better, not just push and pull and commit
This file contains 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
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