aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/help
blob: 930d608b01fb7b87f9ba7a73581678312fa16eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env sh

echo "Commands:"
echo "  init <repo>"
echo "    Initialize a new bare repo, default branch is main"
echo "  desc <repo> <desc>"
echo "    Set repo description"
echo "  owner <repo> <owner>"
echo "    Set repo owner"
echo "  section <repo> <section>"
echo "    Set repo section"
echo "  readme <repo> [md|adoc]"
echo "    Set readme format"