Skip to content

Instantly share code, notes, and snippets.

@jkarmel
Created July 9, 2013 00:16
Show Gist options
  • Save jkarmel/5953626 to your computer and use it in GitHub Desktop.
Save jkarmel/5953626 to your computer and use it in GitHub Desktop.
Page thorough git diffs
let x=1
# Repeat this command as much as wanted
let x++ && git diff HEAD~$x HEAD~$[x + 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment