From b8de7f6d7fcb2ba6ee9704661ce150b2ce2cdd2b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 Aug 2024 16:21:44 +0300 Subject: [PATCH] Style(update-remotes): Move `branches` --- update-remotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-remotes b/update-remotes index 710fed7..ead8e91 100755 --- a/update-remotes +++ b/update-remotes @@ -1,9 +1,9 @@ #! /bin/sh set -e +branches="master ${1:+$@}" current="`git config --get --path remote.current.url`" || : origin="`git config --get --path remote.origin.url`" || : -branches="master ${1:+$@}" if [ -n "$origin" ]; then if [ -n "$current" ]; then -- 2.39.5