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.
我尝试使用命令从 heroku 克隆一个项目
heroku git:remote -a projectname
但是我将项目克隆到了错误的文件夹中。
我该如何撤消它。
Git 太棒了,你只需要移动或重命名你的目录。一切都存储在 .git 子目录中
移动目录取决于您的系统和习惯。在 Linux / MacOSX 终端中,你可以简单地做
mv sourcedir targetdir
或者,如果您使用任何文件探索,只需将新文件夹拖放到您想要的位置。