发布于 2016-08-13 00:24:01 | 103 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Git中文教程(社区版),程序狗速度看过来!
Git分布式版本控制系统
Git是一款自由和开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
Git v2.9.2.windows.3 发布了,
本次发布一些增强:
- `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
下载地址: