Created
June 7, 2013 13:53
-
-
Save trast/5729414 to your computer and use it in GitHub Desktop.
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
| thomas@linux-k42r:~/g(next u+36)$ touch README | |
| thomas@linux-k42r:~/g(next u+36)$ find -type f -exec stat -c '%Y %n' {} \; | sort -n | tail -1 | |
| 1370613170 ./README | |
| thomas@linux-k42r:~/g(next u+36)$ git reset --hard | |
| HEAD is now at 674552a Merge remote-tracking branch 'refs/remotes/origin/next' into next | |
| thomas@linux-k42r:~/g(next u+36)$ find -type f -exec stat -c '%Y %n' {} \; | sort -n | tail -1 | |
| 1370613217 ./.git/index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment