I\'m trying to hook my git repository with Microsoft\'s Source Server feature such that people debugging into my binary will automatically pull source files down from github
Unfortunately git does not support fetching individual remote files. There are three workarounds:
git archive --remote=url master:somesubdir) in tar format on stdin.