learning-tools
A collection of tools and files for learning new technologies
How to download and setup learning-tools
Open terminal and run command
git clone https://github.com/scottslowe/learning-tools.git
git clone is used to create a copy or clone of learning-tools repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with learning-tools https://github.com/scottslowe/learning-tools/archive/master.zip
Or simply clone learning-tools with SSH
[email protected]:scottslowe/learning-tools.git