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.
大家好,我在本地克隆了一个远程存储库,因为我的新更改已将其保存到不同的目录(eclipse 中的工作区)我想将 git 指向工作区目录而不是其他目录,我该怎么做?Gitbox似乎没有任何选项,我也看不到.git文件夹
在你的工作空间做
git init
然后从您最初提取副本的位置。做
git pull /path/to/your/workspace/project/dir