Initialize gitflow git git flow init git init git commit --allow-empty -m "Initial commit" git checkout -b develop master Connect to the remote repository
Semantic Commit Messages See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Example