Goals:
-
Remove the last two commits from
developbranch and push to remote -
Create a PR against
masterand resolve conflicts -
Create and switch to a new branch based of off
developcalledexperimental, then remove file2 and pushexperimentaltofull-repo. -
Create a new repo called
partial-repoand pushfull-repo/experimentaltopartial-repo/master. -
Make another change on
experimentaland commit, then push only that commit topartial-repo/experimental -
Make changes on
develop, make these changes reflect on bothfull-repo/experimentalas well as onpartial-repo/experimental.