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