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
We have a project which uses GitPython to automate interacting with Git for GitOps based deployments. After the 3.1.30 release we started seeing an error in our integration tests:
failed on setup with "git.exc.GitCommandError: Cmd('git') failed due to: exit code(1) cmdline: git pull -v -- origin --rebase stderr: 'error: unknown option `rebase''"
Hello!
We have a project which uses GitPython to automate interacting with Git for GitOps based deployments. After the 3.1.30 release we started seeing an error in our integration tests:
We believe it was introduced with this PR.
The code that is failing is:
Any help would be greatly appreciated!