I removed a .DS_STORE file from my local repo then I ran git add ., and I have this message :
fatal: unable to stat '.DS_Store': No such file or directory
How can I manage this ?
I removed a .DS_STORE file from my local repo then I ran git add ., and I have this message :
fatal: unable to stat '.DS_Store': No such file or directory
How can I manage this ?