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
I totally agree - this was from a time when GitPython strived to implement Git independently. In retrospect, this was totally ill-advised, but here we are.
It's probably not too difficult to make this works by doing bare git calls.
The behavior of the
repo.index.add()
method behaves differently than the CLI equivalentgit add
:I don't see any reason that the python-native methods should be doing anything different than what the CLI does.
The text was updated successfully, but these errors were encountered: