aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/22_forge/files/git-shell-commands/help
blob: e8f2631e1a99dd20a2bf7e9770778ef5152f38cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
  mirror-to [REPO_NAME] [GIT_URL]            set up hourly mirror to a remote git URL

EOF