Created
September 26, 2014 14:23
-
-
Save jdoconnor/b6adf24dd0df0a4e66ed to your computer and use it in GitHub Desktop.
Tiny hack to git data changing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# touch the directory. This is not efficient, as the directory will be touched for every file | |
touch -d "${FILE_MODIFIED_TIME}" `dirname $2` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment