All Questions
1 question
0
votes
1
answer
143
views
How to create a git pull --rebase conflict for testcase?
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 ...