X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=aaad40e0c415cb68644841f79888356c1d4997df;hb=c3dfe4d4589b920310dbad76924cca4723df4456;hp=cc29fcbed7b319b80362f3bad147dde9ab98bdce;hpb=920ee49dae218f8cdc8d627bd2d7f9777e14bd6c;p=config%2Fdotfiles.git diff --git a/gitconfig.m4 b/gitconfig.m4 index cc29fcb..aaad40e 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -23,13 +23,21 @@ 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) tool = opendiff FI +IF(OS, debian) + tool = vimdiff +FI # vim: ft=gitconfig