This is a Linux 2.6 kernel repository. I git clone it to my local host.
After that. I didn\'t make any change. But when I \"git status\". I found 13 modified files.
You can use:
git checkout .
To understand the difference between git checkout and git reset refer to the following question :
git checkout
git reset
What's the difference between "git reset" and "git checkout"?