From b42bf496c742df63d7952d060cc4de0a8c143c1f Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 3 May 2021 16:11:11 +0800 Subject: [PATCH] Tools: Update script --- trunk/scripts/git.commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/scripts/git.commit.sh b/trunk/scripts/git.commit.sh index 803b2dd33..fd83d907b 100755 --- a/trunk/scripts/git.commit.sh +++ b/trunk/scripts/git.commit.sh @@ -1,4 +1,4 @@ #!/bin/bash -for file in $(git remote); do echo ""; git push $file; done +for file in $(git remote); do echo ""; git push $file $@; done