3
I have a repository on Github that’s public and it has 33 commits, but I no longer have access to Github’s email and password (so I can’t delete the repository from Github), but I still have access to the repository saved on my computer, I can commit, push and pull on the remote repository. My problem is that this public repository has codes that shouldn’t be public, so I need to erase it.
Knowing this is possible, is it possible to delete the repository only using Git codes? I don’t think so, but I don’t have the knowledge to say...
Git is not possible, but you can use something like the Github CLI for this: https://hub.github.com/hub.1.html
– Woss