项目的提交
git status
git add .
git status
git commit -am 'project init'? ? ? ? ?-a是提交? ? m是message放后面?
git push
git branch
完成了代碼提交
總結
- 上一篇: idea 2个配置 实时编译 aut
- 下一篇: Mac电脑压缩不方便?MyZip带你认识
git status
git add .
git status
git commit -am 'project init'? ? ? ? ?-a是提交? ? m是message放后面?
git push
git branch
完成了代碼提交