summaryrefslogtreecommitdiff
path: root/bin/git-bip
blob: 2b1245efba59acfb5694d2cab46ba5358247726f (plain)
1
2
3
4
5
6
7
#!/bin/sh

# create a git repo on bip

ssh git@bip.im git init --bare "${1%.git}.git"

[ "$2" ] && ssh git@bip.im "echo \"$2\" > ${1%.git}.git/description"