1
xiri Apr 8, 2021
都是一样的,只是给远程仓库的地址起了个名字而已
你甚至可以不 git remote add,直接 git pull 远程仓库地址、git push 远程仓库地址 |
2
lance6716 Apr 8, 2021 via Android
alias 正好配成了 upstream
|