git status
状态输出
git status$ git status
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
README
nothing added to commit but untracked files present (use "git add" to track)紧凑的格式输出
git status --short|-sLast updated
Was this helpful?