From acdea47d7f5d3ab1a3e24a97e5317f09be134560 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 5 Sep 2024 18:38:59 +0300 Subject: [PATCH] Fix(update-remotes): Fetch named branches --- update-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-remotes b/update-remotes index cf09215..05ce939 100755 --- a/update-remotes +++ b/update-remotes @@ -22,7 +22,7 @@ elif [ -z "$current" ]; then exit 1 fi -git fetch current +git fetch current master $branches { git pull --ff-only current master || git reset --hard current/master ; } git set-date -- 2.39.5