Cloning a Github Repository with git
Wed Dec 25 2019 18:55:34 GMT+0000 (Coordinated Universal Time)
Saved by @frogblog #commandline #git #github #howto
Using this method you can clone your own Github repository or a public one on Github. Just get the URL by clicking the green "Clone or Download" button and insert it into this CLI command.
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
Comments
@deku - Wed Dec 25 2019 19:34:40 GMT+0000 (Coordinated Universal Time)I prefer to clone on the desktop app... much easier.