Mercurial > dotfiles
diff dot_gitconfig.tmpl @ 279:994e456b145e
Add tags alias
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 25 Aug 2020 08:56:35 +0200 |
parents | d726921aaabe |
children | d8216ea00ad1 |
line wrap: on
line diff
--- a/dot_gitconfig.tmpl Mon Aug 24 21:50:33 2020 +0200 +++ b/dot_gitconfig.tmpl Tue Aug 25 08:56:35 2020 +0200 @@ -19,6 +19,7 @@ trustExitCode = true [alias] ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" + tags = tag -l --sort creatordate --column [core] excludesfile = ~/.gitignore editor = nvim