Skip to content

Instantly share code, notes, and snippets.

View sumantka's full-sized avatar

SumantKa sumantka

  • RiskSense Inc.
View GitHub Profile
@nolanlawson
nolanlawson / readme.md
Last active October 29, 2018 23:09
restart failed travis jobs

travis-restart-failed-jobs.py

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.

@fogleman
fogleman / git_cheat_sheet.md
Created November 28, 2012 21:36 — forked from ryansturmer/git_cheat_sheet.md
Git Cheat Sheet

Git Cheat Sheet

This attempts to be a useful "cheat sheet" for git. I'm just writing git recipes down here as I find and use them.

Getting Code

Clone a repository (GitHub)

git clone git@github.com:username/repository.git