git clone somewhere to $GOPATH/src/github.com/%you%/migratemake rewrite-import-paths to update imports to your local forkmake test-shortmake test to run all tests against all database versionsmake restore-import-paths to restore import pathsSome more helpful commands:
make test-short SOURCE='file go-bindata' DATABASE='postgres cassandra'make test, run make html-coverage which opens a shiny test coverage overview.make depsmake build-cli builds the CLI in directory cli/build/.make list-external-deps lists all external dependencies for each packagemake docs && make open-docs opens godoc in your browser, make kill-docs kills the godoc server.make docs to refresh the server.