1.打开项目文件夹
2.右击,选择Git BashHere
3.git add 文件名
4.git commit -m "提交说明"
5.rm .git/hooks/pre-push
6.git push origin master
git提交流程
最新推荐文章于 2024-10-28 15:48:02 发布
1.打开项目文件夹
2.右击,选择Git BashHere
3.git add 文件名
4.git commit -m "提交说明"
5.rm .git/hooks/pre-push
6.git push origin master