Visual Studio Code 中的 U 和 M 文件标记是什么? [英] What are the U and M file markers in Visual Studio Code?

查看:35
本文介绍了Visual Studio Code 中的 U 和 M 文件标记是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

图中的 U 和 M 是什么意思?我正在使用 Visual Studio Code 和 Git.我在互联网上进行了一些搜索,但找不到任何相关内容.

What do U and M mean in the image? I am using Visual Studio Code and Git. I did some search on the Internet, but I could not find anything on this.

推荐答案

A - 已添加(这是已添加到存储库的新文件)

A - Added (This is a new file that has been added to the repository)

M - 修改(现有文件已更改)

M - Modified (An existing file has been changed)

D - 已删除(文件已被删除)

D - Deleted (a file has been deleted)

U - 未跟踪(文件是新的或已更改但尚未添加到存储库)

U - Untracked (The file is new or has been changed but has not been added to the repository yet)

C - 冲突(文件有冲突)

C - Conflict (There is a conflict in the file)

R - 重命名(文件已重命名)

R - Renamed (The file has been renamed)

S - 子模块(在存储库中存在另一个子存储库)

S - Submodule (In repository exists another subrepository)

这篇关于Visual Studio Code 中的 U 和 M 文件标记是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆