diff --git a/push.sh b/push.sh index 0688f2a..d6bf13c 100755 --- a/push.sh +++ b/push.sh @@ -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 && \