To begin with, we're going to fetch a copy of the source repo. We're potentially going to be making changes in it that we don't want accidentally pushed back to the origin, so it's much safer to use a copy
Clone the source repo into a directory called source_repo and then cd into it:
git clone https://example.invalid/myrepo.git source_repo
cd source_repo