Git Town开源 Git 插件
Git Town 是开源的 Git 插件,可以添加 Git 命令,使得软件协作开发更高效更安全。Git Town 支持常规和高级别的 Git 工作流。
Git Town 提供以下这些额外的 Git 命令:
开发工作流
git hack - cuts a new up-to-date feature branch off the main branch
git sync - updates the current branch with all ongoing changes
git new-pull-request - create a new pull request
git ship - delivers a completed feature branch and removes it
代码仓库维护
git kill - removes a feature branch
git prune-branches - delete all merged branches
git rename-branch - rename a branch
git repo - view the repository homepage
配置和帮助
git town - general Git Town help, view and change Git Town configuration
评论