受Gitflow启发,但灵活且可自定义的项目管理工具。 快速演示: $ git barry start feature awesome # Create and switch to feature branch $ git barry finish # Merge with master then delete branch, switch to master $ git barry start release v0.9.8 # Create and switch to release branch $ git barry finish # Tag branch, merge wi