<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Githubclone on rchitect</title><link>https://www.rchitect.in/tags/githubclone/</link><description>Recent content in Githubclone on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 16 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/tags/githubclone/index.xml" rel="self" type="application/rss+xml"/><item><title>Github Commands</title><link>https://www.rchitect.in/posts/githubcommand/</link><pubDate>Thu, 16 Mar 2023 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/githubcommand/</guid><description>&lt;h1 id="useful-commands-in-github"&gt;
 Useful commands in Github
 &lt;a class="heading-link" href="#useful-commands-in-github"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Refer some commands which can be useful while using github&lt;/p&gt;
&lt;h6 id="cloning-a-folder-or-directory-from-github-locally"&gt;
 Cloning a folder or directory from github locally
 &lt;a class="heading-link" href="#cloning-a-folder-or-directory-from-github-locally"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h6&gt;
&lt;p&gt;To clone this github folder on my Kali Linux.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.rchitect.in/images/walk/github/1.png" alt="github"&gt;&lt;/p&gt;
&lt;p&gt;On linux PC&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;─(rocky㉿kali)-[~]
└─$ cd gitrepos 
 
┌──(rocky㉿kali)-[~/gitrepos]
└─$ mkdir seclist 
 
┌──(rocky㉿kali)-[~/gitrepos]
└─$ cd seclist 
git clone https://github.com/danielmiessler/SecLists.git 128 ⨯
Cloning into &amp;#39;SecLists&amp;#39;...
remote: Enumerating objects: 12168, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (41/41), done
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>