gpt4 book ai didi

git - 可用 --porcelain 选项的命令列表

转载 作者:太空狗 更新时间:2023-10-29 14:44:03 28 4
gpt4 key购买 nike

是否有一个官方的(或可能没有)git 命令列表,--porcelain 选项可用?或者我应该在 the porcelain commands list 中手动查看它们中的每一个吗? ?

我已经设法用谷歌搜索了以下三个:

git status --porcelain
git push --porcelain
git blame --porcelain

但是还有吗?如果没有,我能否在某处找到有关是否会出现任何附加信息以及何时出现的信息?

更新:因此,这里是收集到的带有 --porcelain 选项的当前可用命令的完整列表(基于以下答案):

git annotate --porcelain
git blame --porcelain
git commit --porcelain
git push --porcelain
git status --porcelain
git worktree list --porcelain

将尝试根据可用的新信息使其保持最新。如果您发现任何新内容,请在评论中留下回复或作为答案。

最佳答案

你可以结合:

这将确认您还拥有:

git commit --porcelain
git worktree list --porcelain

更多关于瓷器的含义,看我的回答“What does the term “porcelain” mean in Git?

The meaning of --porcelain here is "produce output suitable for consumption by porcelain scripts".

请注意 git blame选项可以传递给其他命令。这就是为什么 git annotate 有一个--porcelain选项。

此外,在 Documentation 中搜索 porcelain会返回 git ls-files ,它没有这样的选项,而是指 git-status --porcelaingit-diff-files --name-status作为对用户更友好的替代方案。

关于git - 可用 --porcelain 选项的命令列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39202460/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com