git 常用命令及提交流程

iceboysoft發表於2018-06-05

git pull
git status
git add *
git commit -m “description”
git status
git pull
git push

相關文章