标签: git github
我的项目有多个GB。我需要的只是git log。理想情况下,只要我能获取跟踪版本的.git文件夹就可以满足我的需求。
git log
.git
答案 0 :(得分:0)
您可以使用git clone --bare <repo>
git clone --bare <repo>