diff --git a/.bin/backup-and-update-system b/.bin/backup-and-update-system index d1b9d92..0d318c6 100755 --- a/.bin/backup-and-update-system +++ b/.bin/backup-and-update-system @@ -4,6 +4,8 @@ set -xeuo pipefail # Push some git repos pass git push + +git --git-dir=$HOME/.cfg/ --work-tree=$HOME commit -am "Auto-commit $(hostnamectl --static) $(date '+%F %T')"u git --git-dir=$HOME/.cfg/ --work-tree=$HOME push # Fetch a fresh copy of all locally cloned git repos