Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 我可以将 .git 文件夹存储在我想要跟踪的文件之外吗?
我的同事有一个我们远程 git 存储库的 zip 存档。
因此,我们如何将他的目录指向存储库,而不是再次签出所有文件?我们正在使用乌龟 git。
解压他的 zip 存档。现在你有 /the_app
现在remote add是远程存储库。
remote add
现在您可以push对遥控器进行更改和更改。 或者在遥控器上进行更改,然后fetch将它们放入。
push
fetch