From e61d820cbf4cecab7115e6208719a73527a0be03 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:21:59 +0200 Subject: [PATCH] small fixes --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 0688f2a..d6bf13c 100755 --- a/push.sh +++ b/push.sh @@ -6,7 +6,7 @@ changedfiles=$(git diff --name-status|awk '{print $2}') if ! git switch "${date}"; then git switch -c ${date} origin/main fi -set -x + git add . && \ git commit -m "${date}: ${changedfiles}" && \ git pull --rebase upstream main && \