summaryrefslogtreecommitdiff
path: root/help
blob: 2171cee3b612028fa3b429ecbb5d53bb2e6df052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

echo """Welcome to git-shell on $(uname -n)!

Available Commands:
ls
init <name>
desc <name>
rm <name>
ignore <name>
unignore <name>
bash
clone-all-github
setup-receive-hooks
setup-remote <name> <remote_name> <remote>
"""