Skip to content

Instantly share code, notes, and snippets.

@nolstedt
Created January 23, 2013 10:07
Show Gist options
  • Save nolstedt/4603933 to your computer and use it in GitHub Desktop.
Save nolstedt/4603933 to your computer and use it in GitHub Desktop.
git alias
alias lg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e '\''s/[^-][^\/]*\//--/g'\'' -e '\''s/^/ /'\'' -e '\''s/-/|/'\'''
alias gl="git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment