About git rm with App Service's local Git

Noriko 251 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 Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,864 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,856 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