Skip to content

Instantly share code, notes, and snippets.

@billiegoose
Created May 21, 2014 15:45
Show Gist options
  • Save billiegoose/1f24a952fa879e0f0179 to your computer and use it in GitHub Desktop.
Save billiegoose/1f24a952fa879e0f0179 to your computer and use it in GitHub Desktop.
git lg: the best git log alias
#!/bin/bash
git config --global --unset alias.lg; git config --global alias.lg "log --graph --abbrev-commit --decorate --date=relative -10 --format=format:'%C(bold blue)%h%C(reset) %C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment