node-git-wrapper
node-git-wrapper copied to clipboard
cwd is impossible to set for every git comand
cwd
option is set in the constructor function, so it's impossible to pass this parameter to exec
command every time it's needed. In this case I need to create Git
instance for every single exec
command.
I offer to to transfer this parameter to exec
function.