X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=3325a3c1a4950a5090ece62a136deb17494f3b73;hb=79fbdb30b001118daf1517cf2cbcb3f2870873b3;hp=970014fc564b5c63c7120282bc3cb51103a86fe4;hpb=690f07ca212e68f89a635b6d4a89a0d5ce479aaa;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 970014f..3325a3c 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -30,7 +30,10 @@ include(../lib.m4) s = status st = status l = log + ls = log --stat + lp = log -p a = add + ap = add -p co = checkout b = branch -av br = branch -av @@ -44,6 +47,7 @@ include(../lib.m4) # Custom commands. fs = fsck --strict --full glog = log --pretty=oneline --graph --all + ru = remote update ss = stash save sa = stash apply sl = stash list