summaryrefslogtreecommitdiff
path: root/bin/itzks-gitcreate
diff options
context:
space:
mode:
Diffstat (limited to 'bin/itzks-gitcreate')
-rwxr-xr-xbin/itzks-gitcreate1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/itzks-gitcreate b/bin/itzks-gitcreate
index 3ee9dcd..4d4f93e 100755
--- a/bin/itzks-gitcreate
+++ b/bin/itzks-gitcreate
@@ -12,5 +12,6 @@ for pkg in "$@"; do
git branch | grep upstream &>/dev/null && echo "$pkg: RELEASE BRANCH" && git push ssh://itzks@code.it-zukunft-schule.de:32032/~/git/${subdir}${pkg}.git upstream
git branch | grep pristine-tar &>/dev/null && echo "$pkg: PRISTINE-TAR" && git push ssh://itzks@code.it-zukunft-schule.de:32032/~/git/${subdir}${pkg}.git pristine-tar
echo "$pkg: PUSHING TAGS" && git push --tags ssh://itzks@code.it-zukunft-schule.de:32032/~/git/${subdir}${pkg}.git
+ git remote add origin ssh://itzks@code.it-zukunft-schule.de:32032/~/git/${subdir}${pkg}.git
cd ..
done