Skip to content

Instantly share code, notes, and snippets.

@tamsanh
Last active December 17, 2019 00:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamsanh/db483f0308cdd22a54f704263133b6bb to your computer and use it in GitHub Desktop.
Save tamsanh/db483f0308cdd22a54f704263133b6bb to your computer and use it in GitHub Desktop.
A leanly formatted git graph for understanding repos.
# Place this in your bashrc
function hlog {
git log --date-order --all --graph --format="%C(green)%h %Creset%C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset %s" $@
}
alias hl="hlog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment