Dernière activité 1705433144

prettier git log

better-git-log.sh Brut
1#!/bin/bash
2## Run the command below to create alias 'git lg'
3git config --global alias.lg "log --color --graph --date-order \
4 --pretty=format:'%w(120,0,45)%>|(20)%Cred%h%Creset - %Cgreen(%cr)%Creset %C(bold blue)<%an>%C(yellow)%d%Creset %s'"