标签:com which http ssh url comm .json span pack
Git urls can be of the form:
git://github.com/user/project.git#commit-ish
git+ssh://user@hostname:project.git#commit-ish
git+http://user@hostname/project/blah.git#commit-ish
git+https://user@hostname/project/blah.git#commit-ish
The commit-ish
can be any tag, sha, or branch which can be supplied as an argument to git checkout
. The default is master
.
解读各个内容:
标签:com which http ssh url comm .json span pack
原文地址:http://www.cnblogs.com/jay--zhang/p/6655772.html