摘要:
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 # 提交所有代码... 阅读全文
posted @ 2016-11-25 17:28
Likwo
阅读(25097)
评论(0)
推荐(1)