GitHub delete button
#170474
-
Why are you starting this discussion?Question What GitHub Actions topic or product is this about?Misc Discussion DetailsI cant delete file from my repo through the web |
Beta Was this translation helpful? Give feedback.
Answered by
amer-5
Aug 20, 2025
Replies: 2 comments 1 reply
-
|
it was removed |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
387-user
-
|
You can delete a file in the web UI by opening the file, clicking the ✏️ edit icon, then selecting “Delete this file” and committing the change. If you don’t see that option, it usually means the branch is protected or you don’t have write access — in that case, delete it in a new branch and open a PR, or do it locally with git rm → commit → push. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it was removed