Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git 标识 A,C,D,M,R,T,U,X #7

Open
Popxie opened this issue Jul 31, 2021 · 0 comments
Open

Git 标识 A,C,D,M,R,T,U,X #7

Popxie opened this issue Jul 31, 2021 · 0 comments
Assignees

Comments

@Popxie
Copy link
Owner

Popxie commented Jul 31, 2021

Git 标识 A,C,D,M,R,T,U,X

在开发过程中我们经常会看到文件变更后末尾都会有 A,U,M,D,R 等符号,那么这些符号到底什么含义呢?

标识 作用
A 增加的文件. (git add .) U 变成 A
C 文件的一个新拷贝.
D 删除的一个文件.
M 文件的内容或者 mode 被修改了.
R 文件名被修改了。
T 文件的类型被修改了。
U 新增文件 未被 git 跟踪记录
X 未知状态。

vscode 代码里的左侧菜单文件颜色标识

标识 作用
绿色 未加入版本控制 U
已经加入版本控制(git add .) A
被重命名(git rm xxx -r)R
金黄色 加入版本控制,已提交,有改动(修改部分)M
白色 加入版本控制,已提交,无改动。
灰色 版本控制已忽略文件。
@Popxie Popxie self-assigned this Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant