I think there is something wrong. When I do git pull I think my computer is for some reason changing all the file permissions. Here is the output I get:
create mode 100755 keys/im-stage-x02.pem create mode 100644 webroot/app/virtual-tour/virtual-tour.shaders.js create mode 100644 webroot/lightmaps/Georges_House/ArmChair_Pillows_002.jpg create mode 100644 webroot/lightmaps/Georges_House/ArmChair_Pillows_01.jpg create mode 100644 webroot/lightmaps/Georges_House/Barstool_UV_004.000.jpg create mode 100644 webroot/lightmaps/Georges_House/Barstool_UV_004.002.jpg create mode 100644 webroot/lightmaps/Georges_House/BathTubLarge.001.jpg create mode 100644 webroot/lightmaps/Georges_House/BathTubLarge.003.jpg
This is just a small sample. It is literally every new file in repo that I am pulling from. Is this normal? Should I ignore this?
Edit: I am new to Git so I'm not sure if this is normal or not. If not, any ideas of what the problem may be?