comparison .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
comparison
equal deleted inserted replaced
120:52a56c121370 124:abe96094c876
5 comit = commit 5 comit = commit
6 lg = log --format=oneline --graph --abbrev-commit --decorate 6 lg = log --format=oneline --graph --abbrev-commit --decorate
7 rpo = remote prune origin 7 rpo = remote prune origin
8 smu = submodule update --recursive --remote 8 smu = submodule update --recursive --remote
9 st = status 9 st = status
10 tags = tag --list --sort=version:refname
10 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard 11 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
11 wt = worktree 12 wt = worktree
12 13
13 [color] 14 [color]
14 ui = false 15 ui = false