sun@sun:~/SUN/GitTest$ echo aaaa>test002.txt sun@sun:~/SUN/GitTest$ echo aaaa>test003.txt sun@sun:~/SUN/GitTest$ git status On branch master Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory)
modified: test002.txt modified: test003.txt
no changes added to commit (use "git add" and/or "git commit -a")
sun@sun:~/SUN/GitTest$ git status On branch master Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory)
modified: test003.txt
no changes added to commit (use "git add" and/or "git commit -a")