git branching strategy bitbucket code example
Example 1: git workflow
a basic git workflow
1. clone repsitory
2. staging
3. commit
4. push
Example 2: gitflow atlassian
$ git flow hotfix start hotfix_branch
a basic git workflow
1. clone repsitory
2. staging
3. commit
4. push
$ git flow hotfix start hotfix_branch