Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 3, 2020 05:29
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 Whateverable/26d07ddf84734621d83238689ff72c66 to your computer and use it in GitHub Desktop.
Save Whateverable/26d07ddf84734621d83238689ff72c66 to your computer and use it in GitHub Desktop.
Whateverable
2020-03-30T16:56:16Z #raku-dev <japhb> Xliff I've been using a bash function that works pretty well and includes branch HEADs: glg () { git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --color=always "$@" | less -R }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment