git - Tortoisegit pull preserve timestamp -


is there way preserve timestamp of file when pulled using tortoisegit? bitbucket commit history says files modified 3 days or x days back. when pull done tortoisegit modified timestamp of file shows todays or current date-time , not historical date in bitbucket.

while using tortoisesvn possible not happening in tortoise git. pointers in how go please.

it not matter of turtoisegit, or matter of windows, it's normal git behaviour. when doing clone/pull, files taking timestamp of when created/updated locally.

this question has been asked, here example: git restore file date creation after clone on windows. can follow links in comment further explanations.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -