I would like to create a test case that solves a rebase conflict, but first I need a way to cause the rebase conflict when doing a git pull --rebase
.
Is there a programmatic way of creating a rebase conflict scenario?
The test will be for a GitPython program.