讲一个项目提交到gitee中


$ git init
Initialized empty Git repository in F:/rosjava/rosjava_mvn_repo-kinetic/.git/


$ git checkout -b kinetic
Switched to a new branch 'kinetic'

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


$ git config --global user.email "1771084007@qq.com"


$ git rm -r --cached .


$ git config core.autocrlf false



$ git add .
$ git remote add hett https://gitee.com/youran0825/rosjava_mvn_repo.git
$ git push -u hett kinetic






posted @ 2023-03-30 14:00  李悠然  阅读(11)  评论(0编辑  收藏  举报