You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.