diff --git a/content/posts/2022-06-26-blubbi-blub/index.de.md b/content/posts/2022-06-26-blubbi-blub/index.de.md deleted file mode 100644 index edbbc69d..00000000 --- a/content/posts/2022-06-26-blubbi-blub/index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -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 382584e0..c68a13d1 100755 --- a/push.sh +++ b/push.sh @@ -1,9 +1,10 @@ #!/bin/bash +date="$(date +%Y-%m-%d)-test" + if ! git switch "${date}"; then git switch -c "${date}" fi -date="$(date +%Y-%m-%d)-test" changedfiles=$(git diff --name-status|awk '{print $2}') set -x