Skip to content

Instantly share code, notes, and snippets.

@hectorpalmatellez
Created December 3, 2013 14:08
Show Gist options
  • Save hectorpalmatellez/7769666 to your computer and use it in GitHub Desktop.
Save hectorpalmatellez/7769666 to your computer and use it in GitHub Desktop.
Añadir esto en `.git/config` para que cada vez que se use `git log` aparezca: * ID del commit * Fecha ([Fri Nov 22 14:47]) * Nombre del usuario que hizo el commit * Mensaje del commit
[format]
pretty = %Cblue%h%Creset %Cgreen[%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08]%Creset (%an) %s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment