diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -32,18 +32,11 @@ TODO * Preceed each key with 'command="gitaccess <username>"' -* In each repo you want to controll access to, place the following in - <repo>/hooks/pre-receive... - - source ~/git-shell-commands/gitaccess.pre-receive - -* Place git access files in the service account's ~/bin directory (create if - necessary). These should include... +* Place the gitaccess script in the service account's ~/git-shell-commands + directory. These should include... * ~/git-shell-commands/gitaccess - * ~/git-shell-commands/gitaccess.pre-receive - * Create a "users" file at the top of each bare repo (next to files like 'config' and 'description') |