git status
git add .
git commit -m "log"
git push origin 分支名 //推送到远程分支
git reset --hard <commit_id> 退到/进到 指定commit的sha码
后直接push就可以 git push origin <目标分支>
git status
git add .
git commit -m "log"
git push origin 分支名 //推送到远程分支
git reset --hard <commit_id> 退到/进到 指定commit的sha码
后直接push就可以 git push origin <目标分支>