Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created August 3, 2012 03:52
Show Gist options
  • Save jcanfield/3244189 to your computer and use it in GitHub Desktop.
Save jcanfield/3244189 to your computer and use it in GitHub Desktop.
GIT Invoice
## GIT Configuration
## Local found at `~/.gitconfig`
## Installation: Add snippet to .gitconfig file
## Usage: `git invoice` to list recent commits in "pretty format"
## Credit: @svizion (http://twitter.com/svizion)
[alias]
invoice = log --pretty=format:'%ad - %s' --abbrev-commit --date=short
@og-shawn-crigger
Copy link

Hey I've been looking for this lol thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment