summaryrefslogtreecommitdiff
path: root/www/posts/atom.xml
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-06-01 17:16:00 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-06-01 17:16:00 +0100
commit77e4c4c5b0811ed05ddaac8454edba006c6c273a (patch)
tree1407cde749c941b4b2edebacbf488ec8f762a282 /www/posts/atom.xml
parentfd75d3961e4e1308062117e231346b2fb2fa38d8 (diff)
Use relative path in git clone commands
Diffstat (limited to 'www/posts/atom.xml')
-rw-r--r--www/posts/atom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/posts/atom.xml b/www/posts/atom.xml
index 79f3a7c..77f6e47 100644
--- a/www/posts/atom.xml
+++ b/www/posts/atom.xml
@@ -36,9 +36,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&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I can also test that I can clone the repository.&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;rm -rf test
-git clone git@git.davidtsadler.com:/home/git/test.git&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/git/&quot;&gt;Git - Read More Posts.&lt;/a&gt;&lt;p&gt;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.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
+git clone git@git.davidtsadler.com:test.git&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;Links&lt;/h3&gt;&lt;a href=&quot;/posts/git/&quot;&gt;Git - Read More Posts.&lt;/a&gt;&lt;p&gt;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.&lt;/p&gt;&lt;a href=&quot;mailto:david@davidtsadler.com&quot;&gt;Email david@davidtsadler.com&lt;/a&gt;&lt;h3&gt;License&lt;/h3&gt;&lt;a href=&quot;https://creativecommons.org/licenses/by-sa/4.0/&quot;&gt;The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.&lt;/a&gt;&lt;p&gt;Copyright © 2021 David T. Sadler.&lt;/p&gt;&lt;a href=&quot;/&quot;&gt;Return to Homepage.&lt;/a&gt;</content>
</entry><entry>
<title type="text">Pre and Post Validation Hooks with Certbot</title>
<id>https://davidtsadler.com/posts/letsencrypt/2021-05-28/pre-and-post-validation-hooks-with-certbot/index.html</id>