Skip to content

Instantly share code, notes, and snippets.

@kdheepak
Last active July 24, 2017 21:02
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 kdheepak/60df5162a2ff39287411 to your computer and use it in GitHub Desktop.
Save kdheepak/60df5162a2ff39287411 to your computer and use it in GitHub Desktop.
ls = log --graph --abbrev-commit --decorate --color=always --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) - %C(dim red)%an%C(reset)%C(bold yellow)%d%C(reset)' --all
lsa = log --graph --abbrev-commit --decorate --color=always --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) - %C(dim red)<%an, %cN>%C(reset)%C(bold yellow)%d%C(reset)' --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment