使用git clone下载提交

时间:2017-07-04 13:33:28

标签: git download commit git-clone

使用git clone命令和参数--depth/--branch,您可以下载特定存储库分支的最后一次提交,但是如何使用其哈希下载特定提交?

P.S。使用git clonegit checkout hash是不合适的,因为在这种情况下需要克隆整个存储库。

谢谢!

1 个答案:

答案 0 :(得分:0)

如果repo在github中,您可以导航到https://github.com/<repo_name>/tree/<commit_sha>

的仓库的树视图

然后单击右侧导航栏上的“下载ZIP”按钮,将将仓库下载到指定的提交。