From 46f722b2a71ce8167aa203c16eed3dabc024504b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 11 Oct 2019 11:06:03 +0100 Subject: [PATCH] Remove -a from save alias Allow more control over which changes are saved when using the save alias by removing the `-a` flag. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ea98c46..edc3a02 100644 --- a/config +++ b/config @@ -33,7 +33,7 @@ %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' tracking = rev-parse --abbrev-ref --symbolic-full-name @{u} - save = commit -am "temp!" + save = commit -m "temp!" load = !sh -c '[ \"temp!\" = \"`git show --format=%s --no-patch`\" ] && \ git reset --mixed HEAD~ || echo \"error: commit subject is not: temp!\"'