small fixes

This commit is contained in:
teldra 2022-06-26 18:37:23 +02:00
parent 104ec1cb8a
commit 71a4c4f4b7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -x
git add . && \
git commit -m "${date}: ${changedfiles}" && \
git pull --rebase upstream main && \
git push --set-upstream origin origin/main && \
git push --set-upstream origin origin/"${date}" && \
git switch main
exit