这里列举一下自己在项目中常用的命令

git remote add <name> <远程地址>

git remote -v

git branch

git status

git pull <name> <分支>

git add .

git commit -m ""

git push <name> <分支>

git log

git reset --hard <hash>  //只能回退