Skip to content

Instantly share code, notes, and snippets.

@KuabeM
Last active October 4, 2018 11:47
Show Gist options
  • Select an option

  • Save KuabeM/73ebd73bfa170f1865072a2dd7b1daac to your computer and use it in GitHub Desktop.

Select an option

Save KuabeM/73ebd73bfa170f1865072a2dd7b1daac to your computer and use it in GitHub Desktop.
Pretty one-line git log
git log --date=format:%Y-%m-%d\ %H:%M --pretty=format:'%C(yellow)%h %Cblue%ad, %Cgreen%an%Creset: %s'
# to make it permanent
git config --global log.date format:%Y-%m-%d\ %H:%M
git config --global format.pretty format:'%C(yellow)%h %Cblue%ad, %Cgreen%an%Cred%d%Creset: %s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment