https://datasift.github.io/gitflow/TheHubFlowTools.html
https://datasift.github.io/gitflow/GitFlowForGitHub.html
- git hf feature start (feature-name)
- (make changes and commit them)
- git hf push
- (create the PR in github)
- (accept and merge the PR in github)
- git hf feature finish (feature-name)
- git hf release start 0.0.1
- (make changes and commit them)
- git hf release finish 0.0.1