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