Mercurial > hg > zsh-env
diff .gitconfig @ 124:abe96094c876
add an alias for sorted tags
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 05 Oct 2017 09:29:16 +0200 |
parents | b81b0cd81f63 |
children | bfc94ec31b2b |
line wrap: on
line diff
--- 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