git-sync-all: also push nixos and emacs repos when syncing

This commit is contained in:
Evie Litherland-Smith 2024-03-09 09:27:12 +00:00
parent 268418012d
commit 966f264d5e

View file

@ -46,5 +46,6 @@ for i in "${!PULL_DIRS[@]}"; do
cd "$DIRECTORY" || exit
git remote set-url origin "$URL"
git pull --ff-only
git push
)
done