Git v2.9.2.windows.3 发布了,Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。
本次发布一些增强:
- `git status` now knows the `--no-lock-index` option to avoid locking
the index
- `git cat-file --smudge` learned the `--use-path=<path>` option to
allow specifying blob names as SHA-1 and *still* apply the smudge
filter correctly
- `git init` heeds `core.hideDotFiles=false` in `~/.gitconfig` again
下载地址:
引用来自“AngusXer”的评论
刚开始用的时候才1.7。。现在都2.9了,说起来好像用了好多年,然而其实也就那么一两年。引用来自“您还需要什么”的评论
hi,新公司开发的项目的版本控制软件要从svn提换成git,请问git怎么搭建?在网上找半天没看到具体的啊