From c3dfe4d4589b920310dbad76924cca4723df4456 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 Nov 2009 23:04:15 +0100 Subject: [PATCH] gitconfig: Add aliases for stash commands. --- gitconfig.m4 | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.44.2