Reputation: 107
Lets give a brief summary first. All my private repositories are saved on BitBucket and i check these out using Git Tower on OSX, i also have a local development server running debian that i am connected to using samba.
Now the problem i am getting has only just started happening and as far as i know nothing has been changed to the linux server.
I check out the project to the linux server, once done i check the files and all of them are saying they have been modified even though i just checked out the project. If i check it out to my mac desktop and check the files its all fine.
What would be causing this?
I appreciate any help.
Regards,
Peter
Upvotes: 1
Views: 334
Reputation: 683
Git does not store and/or preserve file creation/modification times, so what you are seeing is normal unless I'm missing something.
Upvotes: 1