Browse Source

Chagne date

codeskraps 2 months ago
parent
commit
0ab432fd17

+ 1 - 1
content/posts/2024/git_ssh_command.md

@@ -1,6 +1,6 @@
 +++
 title = 'Configuring SSH Keys for Individual Git Commands'
-date = 2024-04-02T16:56:53+02:00
+date = 2024-04-12T16:56:53+02:00
 tags = ['git', 'ssh']
 draft = false
 +++

+ 1 - 1
public/index.xml

@@ -41,7 +41,7 @@
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
       <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
-      <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <pubDate>Fri, 12 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
       <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>

+ 1 - 1
public/posts/2024/git_ssh_command/index.html

@@ -97,7 +97,7 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
             
                 <dt>published</dt>
                 
-                <dd><time datetime="2024-04-02">April 2, 2024</time></dd>
+                <dd><time datetime="2024-04-12">April 12, 2024</time></dd>
             
             
                 <dt>reading time</dt>

+ 1 - 1
public/posts/index.html

@@ -150,7 +150,7 @@ Posts | codeskraps
                 <div class="postHeader">
                     <span class="postTitle">Configuring SSH Keys for Individual Git Commands</span>
                     
-                    <time class="postDate" datetime="2024-04-02">April 2, 2024</time>
+                    <time class="postDate" datetime="2024-04-12">April 12, 2024</time>
                 </div>
                 <div class="postExcerpt">
                     <p><p>When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&rsquo;t yet a local <code>.git/config</code> file to modify.</p></p>

+ 1 - 1
public/posts/index.xml

@@ -34,7 +34,7 @@
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
       <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
-      <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <pubDate>Fri, 12 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
       <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>

+ 2 - 2
public/sitemap.xml

@@ -53,10 +53,10 @@
     <lastmod>2024-06-02T18:14:23+02:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/posts/2024/git_ssh_command/</loc>
-    <lastmod>2024-04-02T16:56:53+02:00</lastmod>
+    <lastmod>2024-04-12T16:56:53+02:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/tags/ssh/</loc>
-    <lastmod>2024-04-02T16:56:53+02:00</lastmod>
+    <lastmod>2024-04-12T16:56:53+02:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/categories/</loc>
   </url><url>

+ 1 - 1
public/tags/git/index.html

@@ -115,7 +115,7 @@ Git | codeskraps
                 <div class="postHeader">
                     <span class="postTitle">Configuring SSH Keys for Individual Git Commands</span>
                     
-                    <time class="postDate" datetime="2024-04-02">April 2, 2024</time>
+                    <time class="postDate" datetime="2024-04-12">April 12, 2024</time>
                 </div>
                 <div class="postExcerpt">
                     <p><p>When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&rsquo;t yet a local <code>.git/config</code> file to modify.</p></p>

+ 1 - 1
public/tags/git/index.xml

@@ -20,7 +20,7 @@
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
       <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
-      <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <pubDate>Fri, 12 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
       <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>

+ 1 - 1
public/tags/index.html

@@ -268,7 +268,7 @@ Tags | codeskraps
                 <div class="postHeader">
                     <span class="postTitle">Ssh</span>
                     
-                    <time class="postDate" datetime="2024-04-02">April 2, 2024</time>
+                    <time class="postDate" datetime="2024-04-12">April 12, 2024</time>
                 </div>
                 <div class="postExcerpt">
                     <p></p>

+ 1 - 1
public/tags/index.xml

@@ -83,7 +83,7 @@
     <item>
       <title>Ssh</title>
       <link>https://codeskraps.com/tags/ssh/</link>
-      <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <pubDate>Fri, 12 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
       <guid>https://codeskraps.com/tags/ssh/</guid>
       <description></description>
     </item>

+ 1 - 1
public/tags/ssh/index.html

@@ -98,7 +98,7 @@ Ssh | codeskraps
                 <div class="postHeader">
                     <span class="postTitle">Configuring SSH Keys for Individual Git Commands</span>
                     
-                    <time class="postDate" datetime="2024-04-02">April 2, 2024</time>
+                    <time class="postDate" datetime="2024-04-12">April 12, 2024</time>
                 </div>
                 <div class="postExcerpt">
                     <p><p>When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&rsquo;t yet a local <code>.git/config</code> file to modify.</p></p>

+ 2 - 2
public/tags/ssh/index.xml

@@ -8,12 +8,12 @@
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <lastBuildDate>Tue, 02 Apr 2024 16:56:53 +0200</lastBuildDate>
+    <lastBuildDate>Fri, 12 Apr 2024 16:56:53 +0200</lastBuildDate>
     <atom:link href="https://codeskraps.com/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
       <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
-      <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <pubDate>Fri, 12 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
       <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>