git仓库迁移(从github上拉下来的代码修改后push到自己的仓库)

来源:网络 文章列表 2019-09-12 8
简单粗暴的方法: rm -rf .git        //删除.git git init git add . git commit -m "desc" git remote add origin https://github.com/xxxxxxx git push -u origin master  

简单粗暴的方法:

rm -rf .git        //删除.git

git init

git add .

git commit -m "desc"

git remote add origin https://github.com/xxxxxxx

git push -u origin master

 

腾讯云限量秒杀

1核2G 5M 50元/年 2核4G 8M 74元/年 4核8G 5M 818元/年 CDN流量包 100GB 9元

版权声明

本站部分原创文章,部分文章整理自网络。如有转载的文章侵犯了您的版权,请联系站长删除处理。如果您有优质文章,欢迎发稿给我们!联系站长:
愿本站的内容能为您的学习、工作带来绵薄之力。

评论

  • 随机获取
点击刷新
精彩评论

友情链接