Skip to content

Instantly share code, notes, and snippets.

@grenoult
Created August 22, 2018 00:37
Show Gist options
  • Save grenoult/6094fe1fc9bbb54f3f730eb177e93c0e to your computer and use it in GitHub Desktop.
Save grenoult/6094fe1fc9bbb54f3f730eb177e93c0e to your computer and use it in GitHub Desktop.
# See changes of a specific file in history
git log -p
# See a previous version of a file
git show REVISION:path/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment