aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/help
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmodules/git/git-shell-commands/help11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/git/git-shell-commands/help b/modules/git/git-shell-commands/help
new file mode 100755
index 0000000..7572fe4
--- /dev/null
+++ b/modules/git/git-shell-commands/help
@@ -0,0 +1,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"