node-git-wrapper icon indicating copy to clipboard operation
node-git-wrapper copied to clipboard

cwd is impossible to set for every git comand

Open Ann-Dederkal opened this issue 9 years ago • 0 comments

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.

Ann-Dederkal avatar May 18 '15 08:05 Ann-Dederkal