Skip to content

Instantly share code, notes, and snippets.

@trast
Created June 7, 2013 13:53
Show Gist options
  • Select an option

  • Save trast/5729414 to your computer and use it in GitHub Desktop.

Select an option

Save trast/5729414 to your computer and use it in GitHub Desktop.
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