About git rm with App Service's local Git

Noriko 191 Reputation points
2022-08-31T11:31:28.997+00:00

I am using App Service Linux, but even if I do git rm from the local Git and push, the file will remain on the App Service side. Is this by design? How do you delete unnecessary files?

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,552 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 9,281 Reputation points
    2022-09-01T20:29:01.753+00:00

    Hi @Noriko ,

    Thanks for the question. Have you tried using $ git rm <file> to remove the specific file you want to remove?

    -Grace