Skip to content

Instantly share code, notes, and snippets.

@nayzawoo
Created February 11, 2017 19:54
Show Gist options
  • Save nayzawoo/d5c5791c87e52fba94fdd4052bee8c84 to your computer and use it in GitHub Desktop.
Save nayzawoo/d5c5791c87e52fba94fdd4052bee8c84 to your computer and use it in GitHub Desktop.
[user]
email = nayzawoo.me@gmail.com
name = Nay Zaw Oo
[alias]
l0g1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
log2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
log = !"git lg1"
[credential]
helper = cache --timeout=3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment