]> git.donarmstrong.com Git - bin.git/blob - git-newbare
add mutt alias which executes neomutt if that exists
[bin.git] / git-newbare
1 #!/bin/sh
2
3 git init --bare "$1";
4 cp "$1"/hooks/post-update.sample "$1"/hooks/post-update
5
6