Skip to content

Instantly share code, notes, and snippets.

@fprieur
Last active August 29, 2015 14:14
Show Gist options
  • Save fprieur/df34eda9b6d0578f9d99 to your computer and use it in GitHub Desktop.
Save fprieur/df34eda9b6d0578f9d99 to your computer and use it in GitHub Desktop.
vdm - git - ajouter git lg (un meilleur git log)

git lg (un meilleur git log)

Il suffit de faire cette commande dans le terminal

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment