summaryrefslogtreecommitdiffstats
path: root/git/git-jogamp-push.sh
blob: dd409dc416a70f27cde055da09d0a55ef4e8bf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

set -x

#GIT_ARGS="--mirror"
#GIT_ARGS="--all"

echo origin
git push $GIT_ARGS origin $*
echo jausoft
git push $GIT_ARGS jausoft $*
echo jogamp
git push $GIT_ARGS jogamp $*
echo github-jogamp
git push $GIT_ARGS github-jogamp $*