Git 三种文件状态

git 有3中文件状态 "Untracked files" 、"Changes to be commited"、"Changes not staged for commit" 掌握文件状态并读懂黑窗口中log更有利于对当前文件进行命令操作 1.新建文件 test.txt 2.使用git status 查看文件状态为 "Untracked files" (新建没有添加)   3.git add 添加
相关文章
相关标签/搜索