Skip to content

Instantly share code, notes, and snippets.

@TavenYin
Created November 21, 2019 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TavenYin/5b4080ee53491fdf4b51d3340aa8ad15 to your computer and use it in GitHub Desktop.
Save TavenYin/5b4080ee53491fdf4b51d3340aa8ad15 to your computer and use it in GitHub Desktop.
git 撤回提交
git reset --hard 6c98c09e4ccf3e1808a0c0e40de637b63ae1ebbb // 回退到某一个提交
git push -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment