博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git仓库迁移和更新远程仓库地址
阅读量:5810 次
发布时间:2019-06-18

本文共 506 字,大约阅读时间需要 1 分钟。

一、git仓库迁移

1,从原仓库clone或pull到本地仓库

git clone project_name ​【old_remote_repository_address】

2,​在新的git创建一个新仓库。如果用gitolite搭建的git服务器,那么只需要在配置文件gitolite.conf上添加仓库和用户,然后push到服务器即可。

3,进入clone下来的本地仓库目录,将远程仓库地址修改为新的远程仓库地址

project_name> git remote remove origin

 project_name> git remote add origin【new_remote_repository_address】

4,将本地仓库文件push到新的远程仓库

project_name> ​gitpush origin master

二、修改​远程仓库地址

两种方式,除了上面第3步的修改方法,还可以:

git remote set-url origin ​【new_remote_repository_address】

http://www.3566t.com/news/lygy/1498721.html

 

转载地址:http://snnbx.baihongyu.com/

你可能感兴趣的文章
底部固定宽度 鼠标拉到最后宽度变小怎么解决
查看>>
ubuntu10.10下安装OpenCV2.2.0
查看>>
10.vue router 带参数跳转
查看>>
在腾讯的一点儿感悟
查看>>
PKI之——CA 部署
查看>>
我的友情链接
查看>>
个人开公司的流程,以后用得着(转)
查看>>
自动部署系统
查看>>
DSP网络子系统
查看>>
我的友情链接
查看>>
第一次尝试写IT博客
查看>>
struct字节分配问题
查看>>
Error string types not allowed at android:configChanges in manifest file
查看>>
mysql服务器主从服务器设置
查看>>
文件管理、命令别名和glob
查看>>
趣谈家用计算机维护
查看>>
Spring security
查看>>
ubuntu 14 /etc/sudoers权限修改引起sudo不能使用
查看>>
花样的年华
查看>>
我的友情链接
查看>>