diff --git a/content/posts/2022-06-26-blubbi-blub/index.de.md b/content/posts/2022-06-26-blubbi-blub/index.de.md new file mode 100644 index 0000000..edbbc69 --- /dev/null +++ b/content/posts/2022-06-26-blubbi-blub/index.de.md @@ -0,0 +1,5 @@ +--- +title: "Blubbi blub" +date: 2022-06-26T16:21:00+02:00 +--- +Blubbi blub blub \ No newline at end of file diff --git a/push.sh b/push.sh index 0db9adb..a7d6fdb 100755 --- a/push.sh +++ b/push.sh @@ -10,7 +10,7 @@ fi git pull --rebase upstream main && \ git add . && \ git commit -m "${date}: ${changedfiles}" && \ -git push -f origin --set-upstream origin && \ +git push -f origin --set-upstream origin "${date}" && \ git switch main exit