git init
git config --global user.name "test"
git config --global user.email "test@zhclyg.com"
git clone url
git add .
git commit -m "备注"
git push
git log
git log --pretty=oneline
git reset
git reset --hard id
原文:https://www.cnblogs.com/kylingx/p/13638890.html