windos下如何提交到代码仓库
同学!命令行方式不区分OS平台:git add .git commit -a -m "提交注释"git push
同学!命令行方式不区分OS平台:
git add .
git commit -a -m "提交注释"
git push