0
点赞
收藏
分享

微信扫一扫

git关联远程仓库

月白色的大狒 2022-02-28 阅读 89
git

增加远程仓库
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 条评论