上传本地项目到Gitlab

$ git config --global user.name "yangkai"

git config --global user.name "杨凯"
git config --global user.email "yangkai@ww.com"

$ git init

$ git add .

$ git commit -m "First commit"

$ git remote add origin http://192.168.0.86/yangkai/mbpt.git

$ git status

$ git commit -m 注释

$ git pull

$ git push -u origin HEAD:master --force

posted @ 2023-05-23 14:56  舞步林云  阅读(10)  评论(0编辑  收藏  举报