this repository should contain different kinds of branch workflows in regards to pull requests.
Steps branch main~ case1 -> push -> commit change1 -> push -> reset HEAD~1 -> commit change2 -> force push -> pr open case1->main Expected Outcome Timeline: change1, force push, change2
Steps
branch main1 case2 -> push -> commit change1 -> push -> rebase main -> force push -> pr open case2->main
readme -> create_file