-
Set the remote URL
-
Create a .gitignore
-
Add a README.md
-
Init git flow * :
git flow init
Please use these prefixes to configure flow. Re-run
git flow init -f
if you made any mistake to override.Key Value production master
development develop
features feature/
releases release/
hotfixes hotfix/
support support/
version v
(Install git flow [here](https://danielkummer.github.io/git-flow-cheatsheet/))
If you've never heard about git flow, or features branches, please take 10 minutes to learn the principles here. DO IT, NOW. I MEAN, REALLY !