git init
git add .
git commit -m "first commit"
git remote add origin http://172.16.90.250:3000/cqcarbon/cqcarbonwxapp.git
git branch --set-upstream-to=origin/master master
git pull
git push -u origin master
转载请注明:有爱前端 » git创建仓库,并提交代码
git init
git add .
git commit -m "first commit"
git remote add origin http://172.16.90.250:3000/cqcarbon/cqcarbonwxapp.git
git branch --set-upstream-to=origin/master master
git pull
git push -u origin master
转载请注明:有爱前端 » git创建仓库,并提交代码