stagit-new (169B)
- #!/bin/sh -e
- repo="$1"
- git init --bare "/git/${repo}.git"
- echo "https://hacktivis.me/git/${repo}.git" > "/git/${repo}.git/url"
- rm -fr "/git/${repo}.git/hooks/*.sample"
git clone https://hacktivis.me/git/utils.git
stagit-new (169B)
- #!/bin/sh -e
- repo="$1"
- git init --bare "/git/${repo}.git"
- echo "https://hacktivis.me/git/${repo}.git" > "/git/${repo}.git/url"
- rm -fr "/git/${repo}.git/hooks/*.sample"