git 常用命令

git status
git pull

git add .

git commit -m 'add'
git commit --no-verify -m ''
git push
原文地址:https://www.cnblogs.com/loveMis/p/13992525.html