Last active a year ago

prettier git log

Revision 0cd9241

run-this.sh Raw
1#!/bin/bash
2## Run the command below to create alias 'git lg'
3git config --global alias.lg "log --color --graph \
4--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' \
5--abbrev-commit"