查看当前状态

git status
# 简洁版
git status -s

输出结果

?? new-file.txt   # 未跟踪
M  modified-file.js # 已修改未暂存
A  added-file.css  # 已暂存