增加远程仓库
git remote add origin https://git.imooc.com/Hauser/SpringBoot_Vue.git
查看远程仓库
git remote
拉取
git pull --rebase origin master
推送
git push -u orgin master
git关联远程仓库
阅读 89
2022-02-28
增加远程仓库
git remote add origin https://git.imooc.com/Hauser/SpringBoot_Vue.git
查看远程仓库
git remote
拉取
git pull --rebase origin master
推送
git push -u orgin master
相关推荐
精彩评论(0)