From 8667f8615da479a8e9c4e8d5bb5987632d75bfaf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 5 Dec 2025 21:43:18 -0800 Subject: Add ssh server --- help | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 help (limited to 'help') diff --git a/help b/help new file mode 100644 index 0000000..28e383e --- /dev/null +++ b/help @@ -0,0 +1,19 @@ +#!/bin/sh +# Help command for git-shell + +cat <<'EOF' +Available commands: + init-repo [description] - Initialize a new bare git repository + delete-repo - Delete a repository (requires confirmation) + list - List all repositories + help - Show this help message + +Examples: + init-repo myproject.git "My awesome project" + delete-repo myproject.git + list + +To push to a repository: + git remote add origin ssh://code@host:2222/myproject.git + git push origin main +EOF -- cgit v1.2.3-70-g09d2