标签: git
我有我们在git中提交的project.zip文件。我对该zip内容进行了一些更改,并将其上传到git存储库中。在那之后做了2次提交。现在我需要之前上传2次提交的zip文件。请帮忙我如何下载它。我尝试使用下面的命令,但它没有用。
git cat-file <commit-hash>:./<file name> > aa.zip
答案 0 :(得分:0)
git log
git checkout {hash that you found}