Basic git flow
from remote “master”, create a branch “develop”.
pull branch “develop”
branch out branch “feature” or “bug” from local “develop”
commit changes to branch”feature”
push branch”feature” to remote branch”feature”
request merge to remote branch “develop”
after merged, pull branch “develop” to local