small fixes

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

View File

@ -6,7 +6,7 @@ changedfiles=$(git diff --name-status|awk '{print $2}')
if ! git switch "${date}"; then
git switch -c ${date} origin/main
fi
set -x
git add . && \
git commit -m "${date}: ${changedfiles}" && \
git pull --rebase upstream main && \