How to delete a file and folder from github.com repository using github.com's web interface? I searched on Google but haven't found any answer.
but I want to know how to do it using github.com
|
How to delete a file and folder from github.com repository using github.com's web interface? I searched on Google but haven't found any answer. but I want to know how to do it using github.com |
|||||
|
|
You didn't specify your exact circumstances so this answer may not be what you want, but if you are using Windows you can install Github for Windows, which allows you to do all the regular Git operations without the command line. You would need to first check out the repo to a folder, delete the file from the folder (i.e. in Windows Explorer), then commit your changes and sync back to the Github repo. |
|||||||||||
|
|
I have found an partial solution. We can delete file from github using http://prose.io but only files not folders |
|||
|