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
Is it possible to prepend options to commands when using git directly? I want to prepend the "-c" option to the repo.git.commit() command as in https://stackoverflow.com/a/19841177 but cannot find a solution so far.