Goals:
- Remove the last two commits from
developbranch and push to remote - Create a PR against
masterand resolve conflicts - Create a branch called
experimentalwithout file2 offdevelop. Take a snapshot of this branch and create another repo calledpartial-repo.partial-reposhould only have 1 commit. - Make changes on
experimentaland make only the history made afterpartial-repoto reflect onpartial-repo - Make changes on
develop, make the these changes reflect on bothexperimentalbranch as well as onpartial-repo.