Skip to content

Instantly share code, notes, and snippets.

@paalss
Last active May 13, 2023 19:58
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 paalss/7127b421ff7f3a862ae8d76c772aeb6a to your computer and use it in GitHub Desktop.
Save paalss/7127b421ff7f3a862ae8d76c772aeb6a to your computer and use it in GitHub Desktop.
printe git commit historikk

See commit changes for a particular file

git log -p -- path/to/filename

add --follow to see changes past file renames

git log -p --follow -- path/to/filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment