Principle Software Engineer @ Pandora
Install nightly version of iTerm2
brew tap caskroom/versionbrew…
I always forget how to checkout the last branch I was on.
git checkout -
Sometimes you don’t want to rebase
# Reset the current branch to the commit just before the last 12:git reset --hard HEAD~12# HEAD@{1} is where the branch was just before the previous command.# This command sets the state of the index…
https://github.com/mattjmorrison/grunt-karma-coveralls
Add COVERALLS_REPO_TOKEN to your .travis.yml env variable list
travis encrpyt REPO_TOKEN --add
Finally add ‘coverage’ reporter to your karma config