Github how to download
Downloading from Github can have multiple meanings:
- Clone a public repository
- Download a release from public Github repository
- Download a single file from a public Github repository
Let dive into all of them and see how to do it:
1. Clone a public repository
To clone a repository with Git you need your git client and the url of the repository. Normally cloning by https is used.