- 授权协议: MIT
- 开发语言: Ruby SHELL
- 操作系统: 跨平台
- 软件首页: http://www.git-town.com/
- 软件文档: https://github.com/Originate/git-town
- 官方下载: http://www.git-town.com/install.html
软件介绍
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
Designing Data-Intensive Applications
Martin Kleppmann / O'Reilly Media / 2017-4-2 / USD 44.99
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, w......一起来看看 《Designing Data-Intensive Applications》 这本书的介绍吧!
