在项目目录 右键 git bash here
可以在黑屏输入命令 也可以在项目里面 命令都是一样的
要排除哪些
git add . 添加所有文件
git commit -m "Initial commit" 提交到本地
git remote add origin https://gitee.com/xxxx/xxxx.git 添加远程仓库
git push -u origin master 提交 -u是为了以后直接使用 git push 提交
测试demo 没有内容
在项目目录 右键 git bash here
可以在黑屏输入命令 也可以在项目里面 命令都是一样的
要排除哪些
git add . 添加所有文件
git commit -m "Initial commit" 提交到本地
git remote add origin https://gitee.com/xxxx/xxxx.git 添加远程仓库
git push -u origin master 提交 -u是为了以后直接使用 git push 提交
测试demo 没有内容