From 71a4c4f4b7a21835485e165d22d1f0865f6139c5 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:37:23 +0200 Subject: [PATCH] small fixes --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index c68a13d..283ec2d 100755 --- a/push.sh +++ b/push.sh @@ -11,7 +11,7 @@ set -x git add . && \ git commit -m "${date}: ${changedfiles}" && \ git pull --rebase upstream main && \ -git push --set-upstream origin origin/main && \ +git push --set-upstream origin origin/"${date}" && \ git switch main exit