small fixes

This commit is contained in:
teldra 2022-06-26 18:21:21 +02:00
parent 151cd14526
commit 3c10223a90
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
date="$(date +%Y-%m-%d)"
changedfiles=$(git diff --name-status|awk '{print $2}')
git pull --rebase upstream main
if ! git switch "${date}"; then
git switch -c ${date} origin/main