For some reason when I pushed my folder to a GitHub repository, it also pushed another folder as well. I think this happened when I created the remote repository . So now I have 2 folders and only need one. How can I fix this? Here’s a link to the repository to get a better idea on which folder i’m trying to remove https://github.com/bloodwolf616/nodeCode/tree/master/Desktop
I’ve also tried
$ git rm -r project9-Employee-Attendance
The response I get from the command line:
fatal: pathspec ‘project9-Employee-Attendance’ did not match any files