Skip to content

Instantly share code, notes, and snippets.

@banister
Created January 22, 2018 11:00
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 banister/d20b6f4790ff4aaacca9fe21bf81a879 to your computer and use it in GitHub Desktop.
Save banister/d20b6f4790ff4aaacca9fe21bf81a879 to your computer and use it in GitHub Desktop.
gitwalk() {
git log ${1}..HEAD --oneline | awk '{print $1}' | tac | xargs -I{} -n1 sh -c 'git log -p {}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment