I tried: $ git update-index --refresh $ git status On branch feature/file_restore_date nothing to commit, working directory clean
$ git update-index --really-refresh $ git status On branch feature/file_restore_date nothing to commit, working directory clean Unfortunately none of them was able to detect the file change in workdir. I should somehow ignore atime and mtime when doing diff for status. Thanks, Konrad Lorinczi 2015. július 23., csütörtök 10:03:38 UTC+2 időpontban Philip Oakley a következőt írta: > > Does 'git update-index' offer any opportunies? (I've not RTFM'd it) > > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
