aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/22_forge/files/git-shell-commands/help
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/22_forge/files/git-shell-commands/help')
-rw-r--r--roles/jails/22_forge/files/git-shell-commands/help11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/jails/22_forge/files/git-shell-commands/help b/roles/jails/22_forge/files/git-shell-commands/help
new file mode 100644
index 0000000..fd0690d
--- /dev/null
+++ b/roles/jails/22_forge/files/git-shell-commands/help
@@ -0,0 +1,11 @@
+#!/bin/sh
+cat <<EOF
+Available commands:
+
+ new [REPO_NAME] - create a new bare repository
+ ls - list repositories
+ describe [REPO_NAME] [DESCRIPTION] - set repository description
+ rename [OLD_NAME] [NEW_NAME] - rename a repository
+ delete [REPO_NAME] - delete a repository
+
+EOF