侧边栏壁纸
博主头像
最闪啊姚凌武!博主等级

天下武功,唯快不破

  • 累计撰写 293 篇文章
  • 累计创建 34 个标签
  • 累计收到 10 条评论

目 录CONTENT

文章目录

git 添加远程仓库

姚凌武
2016-08-01 / 0 评论 / 0 点赞 / 11 阅读 / 1600 字

noway@nowaydeMacBook-Air ~/g/Regular-Android> git remote 

origin

noway@nowaydeMacBook-Air ~/g/Regular-Android> git remote-v

originhttp://gitlab.shishike.com/On-Customer/Regular-Android.git (fetch)

originhttp://gitlab.shishike.com/On-Customer/Regular-Android.git (push)

noway@nowaydeMacBook-Air ~/g/Regular-Android> gitremoteaddz3a105http://shijizc.com:9880/ssk/Regular-Android.git

noway@nowaydeMacBook-Air ~/g/Regular-Android> git remote

origin

z3a105

noway@nowaydeMacBook-Air ~/g/Regular-Android> git remote -v

originhttp://gitlab.shishike.com/On-Customer/Regular-Android.git (fetch)

originhttp://gitlab.shishike.com/On-Customer/Regular-Android.git (push)

z3a105http://shijizc.com:9880/ssk/Regular-Android.git (fetch)

z3a105http://shijizc.com:9880/ssk/Regular-Android.git (push)

0
Git

评论区