Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save buithehoa/583c906a0aedc300d072 to your computer and use it in GitHub Desktop.

Select an option

Save buithehoa/583c906a0aedc300d072 to your computer and use it in GitHub Desktop.
Git: Revert a file to a specific commit
git checkout <commit> <path/to/file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment