Runs travis in the present directory for the present project, checks all recent builds, finds failed/errored jobs, and restarts them.
You will need to install the travis cli first and do travis login.
Runs travis in the present directory for the present project, checks all recent builds, finds failed/errored jobs, and restarts them.
You will need to install the travis cli first and do travis login.
This attempts to be a useful "cheat sheet" for git. I'm just writing git recipes down here as I find and use them.
Clone a repository (GitHub)
git clone [email protected]:username/repository.git