Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created April 14, 2010 16:24
Show Gist options
  • Save jtimberman/366011 to your computer and use it in GitHub Desktop.
Save jtimberman/366011 to your computer and use it in GitHub Desktop.
alias gitp="git log -p"
alias gitf="git log --pretty=format:'%Cgreen%ad %cn %Cblue%h %Creset%s' --date=short"
alias gitlog="git log --graph --pretty=format:'%an: %s - %Cred%h%Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment