Skip to content

Instantly share code, notes, and snippets.

@DuGites
Forked from metrofx/glog
Created November 17, 2018 00: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 DuGites/5ae53dbecac2bbb947dc628e637519b9 to your computer and use it in GitHub Desktop.
Save DuGites/5ae53dbecac2bbb947dc628e637519b9 to your computer and use it in GitHub Desktop.
Pretty git log, displays 20 last commits.
#!/bin/sh
git --no-pager log -n 20 --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment