Mercurial > hg > zsh-env
changeset 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 | 52a56c121370 |
children | a8fd9ba4d2bc |
files | .gitconfig |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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