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)
版权声明:本文标题:git使用过程中的英文翻译(1) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1693407365a220146.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论