首页 > 其他 > 详细

git 本地无版本仓库推送到远程新仓库命令

时间:2021-02-05 15:17:50      阅读:27      评论:0      收藏:0      [点我收藏+]

每次都要搜索,实验多次有效

git init

git add .

git commit -m ‘‘

git remote add origin [repurl]

git pull --rebase origin master

git push origin master

 

非常的方便

git 本地无版本仓库推送到远程新仓库命令

原文:https://www.cnblogs.com/cuiguoliang/p/14377245.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!