How to download and setup uplift
Open terminal and run command
git clone https://github.com/DragonBox/uplift.git
git clone is used to create a copy or clone of uplift 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 uplift https://github.com/DragonBox/uplift/archive/master.zip
Or simply clone uplift with SSH
[email protected]:DragonBox/uplift.git