Skip to content

Instantly share code, notes, and snippets.

@iamWing
Last active December 17, 2023 04:38
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 iamWing/a7293cc8b123e940a4c2fa205fb292b3 to your computer and use it in GitHub Desktop.
Save iamWing/a7293cc8b123e940a4c2fa205fb292b3 to your computer and use it in GitHub Desktop.
git graph command alias
[alias]
graph = 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
graph-log = log --all --decorate --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment