- 授权协议: MIT
- 开发语言: Python SHELL
- 操作系统: 跨平台
- 软件首页: https://github.com/divmain/GitSavvy
- 软件文档: https://github.com/divmain/GitSavvy
软件介绍
Git Savvy 是一个 Sublime Text 3 的 Git 插件,提供如下功能:
基本的 Git 操作
init,add,commit,amend,checkout,pull,push, 等等.内建的 diff 浏览,包括快速导航到差异详情
集成 GitHub
issue/collaborator 引用
打开当前文件
GitHub 风格的盲视图
git diff视图,允许用于 (un)stage hunksstatus, branch, tag, and rebase dashboards
界面截图:
安装方法:
# on a Mac cd "$HOME/Library/Application Support/Sublime Text 3/Packages" # on Linux cd $HOME/.config/sublime-text-3/Packages # on Windows (PowerShell) cd "$env:appdata\Sublime Text 3\Packages\" git clone git@github.com:divmain/GitSavvy.git
Domain-Driven Design Distilled
Vaughn Vernon / Addison-Wesley Professional / 2016-6-2 / USD 36.99
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there......一起来看看 《Domain-Driven Design Distilled》 这本书的介绍吧!
