# HG changeset patch # User Dirk Olmes # Date 1507188556 -7200 # Node ID abe96094c876674567ad67180b6009a7baa16bbc # Parent 52a56c1213704f0e71276cef16a8bf9dce5853a7 add an alias for sorted tags diff -r 52a56c121370 -r abe96094c876 .gitconfig --- a/.gitconfig Thu May 18 07:43:09 2017 +0200 +++ b/.gitconfig Thu Oct 05 09:29:16 2017 +0200 @@ -7,6 +7,7 @@ rpo = remote prune origin smu = submodule update --recursive --remote st = status + tags = tag --list --sort=version:refname wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard wt = worktree