终端中的Git在主文件夹中查找.git。如何将其移动到IntelliJ IDEA项目的git存储库?我需要添加遥控器。
答案 0 :(得分:0)
您可以尝试设置GIT_DIR
环境变量
set GIT_DIR=/path/to/your/repo/.git
然后任何git命令都会考虑:
/path/to/your/repo/.git
答案 1 :(得分:0)
好的,我已经找到了。
只需使用
cd /path/to/intellijideaproject
然后使用您想要使用的git命令。
就我而言:
cd /Users/Jop/IdeaProjects/Bind
git remote add Bind https://github.com/Jop-V/Bind.git