Changes on disk

0
Hi, I have a doubt even if there are no changes in my studio pro I am asking to commit my changes on disk when I'm tring to pull the new changes. What is the reason and how I get rid of this changes on disk?
asked
1 answers
1

It depends on what the changes are, you should be able to see this with a tool like TortoiseGit.

If this happens every time you want to pull, it could be something like the compiled CSS file which should be ignored by Git since bundling and compilation happen at deployment

answered