about summary refs log tree commit diff stats
path: root/tools/gitolite.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-14 04:58:25 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-14 06:07:32 +0000
commit4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24 (patch)
tree618a392022a78dd0cc7d4f7094d2051daa90e717 /tools/gitolite.html
parent6847d67bb8e98db3e00489b223cd694a3e9f0733 (diff)
downloaddoc-4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24.tar.gz
initial host and fqd rebranding
Diffstat (limited to 'tools/gitolite.html')
-rw-r--r--tools/gitolite.html12
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>