Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Last active June 7, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirkkalap/f31998c57cc0c3b5fbd5b0b0ee7bbca2 to your computer and use it in GitHub Desktop.
Save sirkkalap/f31998c57cc0c3b5fbd5b0b0ee7bbca2 to your computer and use it in GitHub Desktop.
#!/bin/sh
# curl -sSL https://gist.githubusercontent.com/sirkkalap/f31998c57cc0c3b5fbd5b0b0ee7bbca2/raw/3665a4962caba46b2729e4b5b835503c98734ae2/git-lg.sh | sh -
git config --global alias.lg \
"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment