X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=aaad40e0c415cb68644841f79888356c1d4997df;hb=e7f2c71f7ef491d949700d74a79c7876edd7eece;hp=9ef54b0a873dfe7219002761b0e48060f3971680;hpb=820d6054f0f9a0100aec5ee2e9e9813a58be53a4;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index 9ef54b0..aaad40e 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -23,9 +23,14 @@ include(../lib.m4) co = checkout br = branch me = merge + fe = fetch + pu = push # Custom commands. fs = fsck --strict --full glog = log --pretty=oneline --graph --all + ss = stash save + sa = stash apply + sl = stash list [merge] IF(OS, darwin)