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

Git remote 修改源

时间:2016-11-25 19:40:18      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:blog   highlight   javascrip   new   git push   nginx   commit   打包   提交   


Git remote 修改源
git commit -m "Change repo." # 先把所有为保存的修改打包为一个commit
git remote remove origin # 删掉原来git源
git remote add origin [YOUR NEW .GIT URL] # 将新源地址写入本地版本库配置文件
git push -u origin master # 提交所有代码
git remote set-url origin remote_git_address

  

Git remote 修改源

标签:blog   highlight   javascrip   new   git push   nginx   commit   打包   提交   

原文地址:http://www.cnblogs.com/likwo/p/6102428.html

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