From c5962593856059144406cfb929cf64210151cc8c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 Aug 2024 15:57:05 +0300 Subject: [PATCH] Feat(update-remotes): rsync itself from current to origin --- update-remotes | 1 + 1 file changed, 1 insertion(+) diff --git a/update-remotes b/update-remotes index 7d8f0c2..710fed7 100755 --- a/update-remotes +++ b/update-remotes @@ -10,6 +10,7 @@ if [ -n "$origin" ]; then echo "Config error (both origin and current)" >&2 exit 1 else + rsync -ahPv update-remotes "$origin" cd "$origin" exec ./update-remotes "$@" fi -- 2.39.5