From 196db7b34851e97c6f396c899ce1f59a0430c512 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 8 Apr 2022 18:46:49 +0200 Subject: [PATCH] small fixes --- content/news/2022-04-08-La-le-Lu-Party3/index.de.md | 5 ----- push.sh | 5 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 content/news/2022-04-08-La-le-Lu-Party3/index.de.md diff --git a/content/news/2022-04-08-La-le-Lu-Party3/index.de.md b/content/news/2022-04-08-La-le-Lu-Party3/index.de.md deleted file mode 100644 index edf0a3fb..00000000 --- a/content/news/2022-04-08-La-le-Lu-Party3/index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "La le Lu Party3" -date: 2022-04-08T18:43:00+0200 ---- -Party, Party! diff --git a/push.sh b/push.sh index 67aa3ab8..84a092f0 100755 --- a/push.sh +++ b/push.sh @@ -1,9 +1,10 @@ git add content/news git commit --amend --no-edit target="origin" - +force="-f" if [ "$1" = "upstream" ]; then target=upstream + force="" fi -git push ${target} +git push ${target} ${force}