Today I cloned a GitHub repo to my work laptop. After doing so I found that about 5 GB of storage was taken up. Normally that wouldn’t be a problem, but this laptop doesn’t have a lot of storage to begin with. So, reluctantly, I’m going to have to get rid of the local repo, so that it doesn’t take up that space.
I presume that there will be no negative repercussions, but I want to double check. I’ve not pushed anything to origin. I’ve not made a PR. I’m guessing that, from the repo on GitHub, its unaware of my having cloned the repo, so I’m safe to delete my local repo. Am I correct?