Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bransbury's full-sized avatar

Marcus Bransbury bransbury

View GitHub Profile
@bransbury
bransbury / npm-globals.sh
Last active May 9, 2016 14:50
Check npm global installs
npm ls -g --depth=0
@bransbury
bransbury / previous-tag.sh
Created February 16, 2016 13:53
Git - get the previous git tag (useful for automatic reverts)
git describe --abbrev=0 `git describe --abbrev=0`^