Skip to content

Commit

Permalink
RST formatting fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
joe miller committed Sep 3, 2010
1 parent 129e219 commit 0572e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,15 @@ Adding new users
----------------

- Checkout the special ``gitosis-admin.git`` repo::

git clone git@YOUR_GIT_SERVER:gitosis-admin.git

- Copy the user's ssh public key to the ``keydir`` directory::

cp username.pub gitosis-admin/keydir/

- Commit and push back to the ``gitosis-ng`` server::

cd gitosis-admin
git commit -a -m 'added ssh pubkey for user: username'
git push
Expand Down Expand Up @@ -228,6 +231,7 @@ Grant access to individual users
--------------------------------

- Checkout the special ``gitosis-admin.git`` repo::

git clone git@YOUR_GIT_SERVER:gitosis-admin.git

- Create a ``[repo myproject]`` section if one does not exist already,
Expand Down

0 comments on commit 0572e0d

Please sign in to comment.