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!\"'