From 679542b7bc5c326f9008480f100c3113b29e1105 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:58:42 +0200 Subject: [PATCH] small fixes --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index de8a58fe..8328ba6e 100755 --- a/push.sh +++ b/push.sh @@ -2,7 +2,7 @@ date="$(date +%Y-%m-%d)-test" git pull --rebase upstream main && \ -git push --set-upstream origin origin/main && \ +git push origin && \ exit git add content/posts