码迷,mamicode.com
首页 > 其他好文 > 详细

git 操作远程仓库地址

时间:2017-04-26 23:41:16      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:font   style   size   span   remove   nbsp   删除   更改   命名   

  • 查看所有远程仓库地址: git remote -v  
  • 更改远程仓库地址: git remote set-url origin newUrl

  • 查看某一个远程仓库地址: git remote get-url origin

  • 增加一个远程仓库地址:git remote add name url
  • 重命名一个远程仓库地址:git remote rename <old> <new>

  • 删除一个远程仓库地址:git remote remove name

git 操作远程仓库地址

标签:font   style   size   span   remove   nbsp   删除   更改   命名   

原文地址:http://www.cnblogs.com/xiaodi-js/p/6771508.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!