Last active
September 12, 2019 19:29
-
-
Save beigna/025b524426b466e8118d85f54ef6f49b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
editor = vim | |
[alias] | |
hist = log --pretty=format:\"%C(yellow)%h%Creset %C(cyan)%ad%Creset %s [%Cgreen%an%Creset]\" --graph --date=short |
¿Soy yo o el comando que pegaste es el original?
log --pretty=format:\"%C(yellow)%h%Creset %C(cyan)%ad%Creset %s [%Cgreen%an%Creset]\" --graph --date=short
ja! tenes toda la razón!
8 hist = log --pretty=format:\"%C(yellow)%h%Creset %C(red)%d%Creset %C(cyan)%ad%Creset %s [%Cgreen%an%Creset]\" --graph --date=short
este es el agregado:
%C(red)%d%Creset
😂
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hermoso!