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