Skip to content

Instantly share code, notes, and snippets.

View fsworld009's full-sized avatar

Andy Lee fsworld009

View GitHub Profile
@fsworld009
fsworld009 / git.js
Last active March 11, 2017 04:08 — forked from mathieucarbou/git.js
git.js patch for npm when using git from msys2
// handle some git configuration for windows
exports.spawn = spawnGit
exports.chainableExec = chainableExec
exports.whichAndExec = whichAndExec
var exec = require("child_process").execFile
, spawn = require("./spawn")
, npm = require("../npm.js")