summaryrefslogtreecommitdiff
path: root/www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html')
-rw-r--r--www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html b/www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html
index 81bfebc..662017b 100644
--- a/www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html
+++ b/www/posts/git/2021-05-29/setting-up-a-self-host-git-server/index.html
@@ -42,9 +42,9 @@ $ git init
$ touch readme
$ git add .
$ git commit -m 'Initial commit'
-$ git remote add origin git@git.davidtsadler.com:/home/git/test.git
+$ git remote add origin git@git.davidtsadler.com:test.git
$ git push origin main</code></pre><p>I can also test that I can clone the repository.</p><pre><code class="shell">rm -rf test
-git clone git@git.davidtsadler.com:/home/git/test.git</code></pre><h3>Links</h3><a href="/posts/git/">Git - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section>
+git clone git@git.davidtsadler.com:test.git</code></pre><h3>Links</h3><a href="/posts/git/">Git - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section>
<script defer src="/js/highlight.min.js"></script>
<script defer src="/js/site.js"></script>
</body>