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