From 813f4ee56ebf581a8e951ecfecff54b086d0b370 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Tue, 15 Dec 2020 16:39:11 +0200 Subject: [PATCH] Don't commit on updates --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index fa8203d..d153940 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash ./joplinexport.py git add . -git cma Update +git diff --cached