diff options
Diffstat (limited to 'tools/gitolite.html')
-rw-r--r-- | tools/gitolite.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/gitolite.html b/tools/gitolite.html index a7a48a5..0e92158 100644 --- a/tools/gitolite.html +++ b/tools/gitolite.html @@ -50,8 +50,8 @@ machine you can use scp to copy the public key;</p> <pre> - $ scp /home/bob/.ssh/gitolite.pub admin@core.privat-network.net:/home/admin/ - bob@core.privat-network.net's password: + $ scp /home/bob/.ssh/gitolite.pub admin@machine.example.org:/home/admin/ + bob@machine.example.org's password: gitolite.pub 100% 390 0.4KB/s 00:00 </pre> @@ -230,7 +230,7 @@ # rm -rf doc.git </pre> - <p>On workstation edit conf/gitolite.conf and remove c9-doc.</p> + <p>On workstation edit conf/gitolite.conf and remove doc.</p> <h2 id="hooks">4. Gitolite Hooks</h2> @@ -472,14 +472,14 @@ <pre> $ git add local/hooks/repo-specific/hook-deployweb - $ git add -u && git commit -m "added deploy c9 hook" + $ git add -u && git commit -m "added deploy hook" </pre> - <p>Now we can test if our script is functioning by creating a branch on c9-doc + <p>Now we can test if our script is functioning by creating a branch on doc making a random change and push;<p> <pre> - $ cd c9-doc + $ cd doc $ git checkout -b deploy_branch </pre> |