Say I\'ve forked a node module with a bugfix and I want to use my fixed version, on a feature branch of course, until the bugfix is merged and released.
How would I
From the npm docs:
git://github.com//.git# git://github.com//.git#feature\/
As of NPM version 1.1.65, you can do this:
/#