From 5365e14035ea382fa3bb91e7402f299a4a62c21e Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:47:39 +0300 Subject: [PATCH] Include new files in repository syncs --- .local/bin/sync-git-repos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/sync-git-repos b/.local/bin/sync-git-repos index f34f0ac..a1ab4bf 100755 --- a/.local/bin/sync-git-repos +++ b/.local/bin/sync-git-repos @@ -11,8 +11,8 @@ list_repos () { sync_repo () { repo=$1 - echo git-sync -s "${repo}" - ( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -s sync ) + echo git-sync "${repo}" + ( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -n -s sync ) echo }