宽屏模式

git回退

git log可以查看提交历史,以便确定要回退到哪个版本;
使用命令git reset --hard commit_id,回退到 commit_id 版本;
回退后想反悔, 用git reflog查看命令历史,以便确定要回到未来的哪个版本;

Git放弃本地所有修改,强制更新:
git fetch --all
git reset --hard origin/master

Larwas
请先登录后发表评论
  • latest comments
  • 总共0条评论