I'm very new to GitHub, so please forgive the naive question. I have also had a look, I could not find this question elsewhere on stack.
What happens if you delete the original local repository?
I created a GitHub repository from an existing project. This project is now approaching completion, so for the sake of tidiness I had hoped to delete the local repository and only keep the remote repository. However, will deleting the local repository cause any issues with the remote repository? I assume the remote repository is totally independent of the local repository. However, I have no idea what is in the .git directory so I'm hesitant to delete to local repository.
Also, on this chain of thought - is it best practice to clear local repositories each time you push changes?
Thanks for your help