Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 641 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 641 Bytes

full-repo

Goals:

  1. Remove the last two commits from develop branch and push to remote

  2. Create a PR against master and resolve conflicts

  3. Create and switch to a new branch based of off develop called experimental, then remove file2 and push experimental to full-repo.

  4. Create a new repo called partial-repo and push full-repo/experimental to partial-repo/master.

  5. Make another change on experimental and commit, then push only that commit to partial-repo/experimental

  6. Make changes on develop, make these changes reflect on both full-repo/experimental as well as on partial-repo/experimental.