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