admin 管理员组

文章数量: 1086019

git使用过程中的英文翻译(1)

$ git status
On branch newbranch
Your branch is behind 'origin/master' by 7 commits, and can be fast-forwarded.(use "git pull" to update your local branch)

git 查看状态

在分支 newbranch上

你的分支在'origin/master'后面7次提交,而且可以快进。

(使用"git pull" 去更新你的本地分支)

Changes to be committed:(use "git restore --staged <file>..." to unstage)

要提交的更改:

(使用“git restore——staging …”来取消舞台)

Untracked files:(use "git add <file>..." to include in what will be committed)

无路径的文件:

(使用“git add …”来包含将要提交的内容)

本文标签: git使用过程中的英文翻译(1)