Useful commands in Github Link to heading
Refer some commands which can be useful while using github
Cloning a folder or directory from github locally Link to heading
To clone this github folder on my Kali Linux.

On linux PC
─(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 'SecLists'...
remote: Enumerating objects: 12168, done.
remote: Counting objects: 100% (67/67), done.
remote: Compressing objects: 100% (41/41), done