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

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

git init

git add .

git commit -m ''

git remote add origin [repurl]

git pull --rebase origin master

git push origin master

 

非常的方便

posted @ 2021-02-05 13:38  崔国亮  阅读(133)  评论(0编辑  收藏  举报