提交代码主要操作流程如下:
git add . # 将更改提交到临时区
git commit -m "update" # 将临时区更改提交到缓存区
git push origin master # 将缓存区更改提交到远端仓库
附件:git基本操作PPT
提交代码主要操作流程如下:
git add . # 将更改提交到临时区
git commit -m "update" # 将临时区更改提交到缓存区
git push origin master # 将缓存区更改提交到远端仓库
附件:git基本操作PPT