欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

git status

程序员文章站 2024-02-26 14:27:52
...

git-status - Show the working tree status

”Changes to be committed“已加入暂存区的,就是跟踪并,改动加入暂存区的文件
“Changed but not updated”没有加入暂存区的,就是跟踪,改动还没加入暂存区的
“Untracked files”没有被跟踪的文件

git status [<options>…​] [--] [<pathspec>…​]

参考文献:
https://git-scm.com/docs/git-status

相关标签: git