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'm trying to add files one by one to my git repo (with custom git messages depending on some conditions) the problem is GitPython creates the commit but also adds some of these files to the staging area (and all the files are already committed).
When I have a single file to commit then I'm not facing any issues, this only surfaces with multiple files to commit.
I'm trying to add files one by one to my git repo (with custom git messages depending on some conditions) the problem is GitPython creates the commit but also adds some of these files to the staging area (and all the files are already committed).
When I have a single file to commit then I'm not facing any issues, this only surfaces with multiple files to commit.
Images
Code
The text was updated successfully, but these errors were encountered: