small fixes

This commit is contained in:
teldra 2022-06-26 18:04:10 +02:00
parent f5ab7fde8d
commit 2d3469339e
1 changed files with 5 additions and 4 deletions

View File

@ -7,10 +7,11 @@ if ! git switch "${date}"; then
git switch -c ${date} upstream/main
fi
git pull --rebase upstream main
git add .
git commit -m "${date}: ${changedfiles}"
git push origin --set-upstream origin/main
git pull --rebase upstream main && \
git add . && \
git commit -m "${date}: ${changedfiles}" && \
git push origin --set-upstream origin/main && \
git switch main
exit
git add content/posts