手机也能上课
1/2
查看状态
查看状态 ( git status )
git status 查看本地工作区、暂存区中文件的修改状态
$ git status
On branch master
Initial commit
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: README
new file: hello.php
如果加上 -s 参数,可以获得简短的结果输出。