aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/help
blob: 7572fe45412dd06096ab2e383b2a342e46f97834 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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"