- 授权协议: GPL
- 开发语言: SHELL
- 操作系统: 跨平台
- 软件首页: https://github.com/xudeheng/gitbash
- 软件文档: https://github.com/xudeheng/gitbash
软件介绍
Gitbash 是一个 bash 工具集,对 git 的常用子命令做了一系列别名处理。不用再输入类似 `git clone http://.....` 的命令直接进行 'clone http://...' 就可以,省掉了 git 主命令的输入。
对于 commit , checkout 等常用子命令,也采取了 svn 的缩写方式,直接输入 co 和 ci 就能完成 git checkout 和 git commit 的操作。
这只是一个简化工具而已。
安装方法是:
curl -sSL https://raw.githubusercontent.com/xudeheng/gitbash/master/install.sh | bash
Computational Geometry
Mark de Berg、Otfried Cheong、Marc van Kreveld、Mark Overmars / Springer / 2008-4-16 / USD 49.95
This well-accepted introduction to computational geometry is a textbook for high-level undergraduate and low-level graduate courses. The focus is on algorithms and hence the book is well suited for st......一起来看看 《Computational Geometry》 这本书的介绍吧!
