From 966f264d5e086b0b526bb624b8b8cbdad2712269 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 9 Mar 2024 09:27:12 +0000 Subject: [PATCH] git-sync-all: also push nixos and emacs repos when syncing --- home/scripts/git-sync-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/scripts/git-sync-all.sh b/home/scripts/git-sync-all.sh index 6dfb923c..8e9a3605 100755 --- a/home/scripts/git-sync-all.sh +++ b/home/scripts/git-sync-all.sh @@ -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