//git命令
git config –global user.name ‘你的用户名’
git config –global user.email ‘你的邮箱’
git add .
git status
git commit -m “第一次版本提交”
git branch
git checkout branchname
git merge branchname
git remote add [alias] [url]
git push [alias] [branch]
git remote rm [别名]
//maven项目push到gitee上
//从gitee克隆到本地的文件
//maven项目中导入mybatis坐标
发布日期:
2023-07-08
阅读次数:
评论