X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=f05576ab314d052633f560ede759f94214a94895;hb=e70c7152d17fc4a03cb1def6b3ce984a4d73abea;hp=3325a3c1a4950a5090ece62a136deb17494f3b73;hpb=79fbdb30b001118daf1517cf2cbcb3f2870873b3;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 3325a3c..f05576a 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -32,6 +32,7 @@ include(../lib.m4) l = log ls = log --stat lp = log -p + glog = log --pretty=oneline --graph --all a = add ap = add -p co = checkout @@ -44,10 +45,8 @@ include(../lib.m4) t = tag p = push pu = push - # Custom commands. - fs = fsck --strict --full - glog = log --pretty=oneline --graph --all ru = remote update + fs = fsck --strict --full ss = stash save sa = stash apply sl = stash list