$ man git-add # says:
--refresh Don’t add the file(s), but only refresh their stat() information in the index.
What is stat()
?
I can't seem to find any git documentation on it. I'm guessing it's short for 'status' or something.
$ man git-add # says:
--refresh Don’t add the file(s), but only refresh their stat() information in the index.
What is stat()
?
I can't seem to find any git documentation on it. I'm guessing it's short for 'status' or something.