diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-03-05 18:00:24 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-03-05 18:00:24 -0700 |
commit | 8f773dd8c1008fdc8ab4ce62352177987975a86d (patch) | |
tree | 74da52cd6b5639542efb87a86da2ef48278086ae | |
parent | 0cf48d2f57fd89156db98d239d0691233a8364ac (diff) | |
download | gitaccess-8f773dd8c1008fdc8ab4ce62352177987975a86d.tar.gz gitaccess-8f773dd8c1008fdc8ab4ce62352177987975a86d.tar.xz |
Updated README with new gitaccess refactor updates
-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') |