commit 97f53942bcd75986a618453af952db4907a9207e
parent 96374a44e9944c4547ce8d1516c12d2ffd87b1c5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 16 Apr 2020 11:03:56 +0200
Arrange git aliases alphabetically
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -13,13 +13,13 @@
cap = !git commit -a -v && git push
ch = diff HEAD^
d = !git -P diff --
+ l = log --pretty='format:%h %s%d' -n 20 --graph
p = push
pu = !git pull && git fetch --all
- l = log --pretty='format:%h %s%d' -n 20 --graph
- tags = tag -l
remotes = remote -v
s = status -sb
- ss = s -uno
+ ss = status -uno
+ tags = tag -l
[color]
ui = false