git init //创建git仓库,第一次创建时用到
git add Classes //上传Classes文件及内部所有文件
git commit -m “first commit” //本地提交代码到git,log为 “first commit”
git remote add origin https://gitee.com/zxc1991/wuxia_world.git //提交代码
到gitee仓库
git push -u origin master -f //强制提交
git上传代码到gitee
最新推荐文章于 2024-04-18 15:46:20 发布