summaryrefslogtreecommitdiffstats
path: root/git/git-make-shared-bare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/git-make-shared-bare.sh')
-rw-r--r--git/git-make-shared-bare.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/git/git-make-shared-bare.sh b/git/git-make-shared-bare.sh
new file mode 100644
index 0000000..78dd735
--- /dev/null
+++ b/git/git-make-shared-bare.sh
@@ -0,0 +1,23 @@
+#! /bin/sh
+
+make_git_bare() {
+ name=$1
+ shift
+ mkdir $name.git
+ cd $name.git
+ git init --bare --shared=0664
+ cd ..
+}
+
+# do a: 'newgrp jogl' first
+#make_git_bare gluegen
+#make_git_bare jogl
+#make_git_bare jogl-demos
+#make_git_bare applet-launcher
+#make_git_bare joal
+#make_git_bare joal-demos
+#make_git_bare jocl
+#make_git_bare jocl-demos
+#make_git_bare jogl-utils
+#make_git_bare jogamp.org
+make_git_bare jogamp.org-SocialCoding