讲一个项目提交到gitee中

发布时间 2023-03-30 14:10:33作者: 李悠然

$ 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