Gift is a node.js library that implements grit like functionality. To view remote branches, ordinarly I would do git branch -r, but I don't see any such functionality in the gift package.
Is it possible, using gift, to view all of the remote branches of a git repository and pull them down?