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