Explorar el Código

~/.gitconfig: Sort recent tags by author date

Lu Stadler %!s(int64=7) %!d(string=hace) años
padre
commit
2e98c7e34e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

12
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
12
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
13
	ba = branch -a
13
	ba = branch -a
14
	praise = blame
14
	praise = blame
15
	recent-tags = ! sh -c 'git tag --sort=-version:refname | head -n5'
15
	recent-tags = ! sh -c 'git tag --sort=-authordate | head -n5'
16
[format]
16
[format]
17
	pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
17
	pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
18
[color]
18
[color]