From: Simon Ruderich Date: Tue, 17 Nov 2009 22:04:15 +0000 (+0100) Subject: gitconfig: Add aliases for stash commands. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c3dfe4d4589b920310dbad76924cca4723df4456;p=config%2Fdotfiles.git gitconfig: Add aliases for stash commands. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index df9e598..aaad40e 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -28,6 +28,9 @@ include(../lib.m4) # 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)