进入对应的目录
进入对应的git目录,右键git bash
添加原始仓库为远程仓库
使用`git remote -v`命令查看已有的远程仓库列表,然后使用`git remote add upstream <源仓库URL>`将源仓库添加为远程仓库。
这个时候使用idea等工具,可以看到右下角有两个远程仓库
进入对应的git目录,右键git bash
使用`git remote -v`命令查看已有的远程仓库列表,然后使用`git remote add upstream <源仓库URL>`将源仓库添加为远程仓库。
这个时候使用idea等工具,可以看到右下角有两个远程仓库