Git 命令之回退到指定 commit
Git About 171 words1. 查看提交日志
git log
# 已经删除的commitId可以用git reflog查看
git reflog
2. 本地代码回到指定的commitid hard模式
git reset --hard commitid
3. git服务器代码回到指定的commitid
git push -f origin 分支名称
Views: 3,181 · Posted: 2019-03-18
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...