Git 1.6.4 发布
时间:2009-07-31 来源:linux论坛
该版本对很多命令参数进行了扩展,其中包括:
1. "git add --edit" 允许用户编辑添加到索引中整个补丁文字;
2. "git grep" 通过 -p 参数来显示匹配的位置,标识跟 git diff 一致;
3. "git push $name" honors remote.$name.pushurl if present before using remote.$name.url. In other words, the URL used for fetching and pushing can be different.
4. "git submodule update" 通过 --rebase 参数来更新检出子模块的变化
下载地址: http://git-scm.com/download
1. "git add --edit" 允许用户编辑添加到索引中整个补丁文字;
2. "git grep" 通过 -p 参数来显示匹配的位置,标识跟 git diff 一致;
3. "git push $name" honors remote.$name.pushurl if present before using remote.$name.url. In other words, the URL used for fetching and pushing can be different.
4. "git submodule update" 通过 --rebase 参数来更新检出子模块的变化
下载地址: http://git-scm.com/download
相关阅读 更多 +