gpt4 book ai didi

git - 如何为版本控制的 git commit 命令配置选项

转载 作者:太空狗 更新时间:2023-10-29 14:21:46 27 4
gpt4 key购买 nike

是否可以为版本控制的 git commit 命令添加选项?如果是这样,如何?我是 VS Code 中集成源代码控制 UI 的重度用户,我经常需要为 git commit 提供额外的选项,例如 --no-verify。我仍然没有想出在 VS Code 中执行此操作的方法。

谢谢!

最佳答案

在 VSCode 1.50(2020 年 9 月)中,VSCode 中的 git commit 现在应该有更多选项。

参见 PR 106335 : 为 --no-verify commit variants 添加命令

This PR adds *NoVerify command variants for creating commits while skipping pre-commit and commit-msg hooks.

The commands are only displayed if the git.allowNoVerifyCommit option is set to true.
This type of commits requires additional confirmation (like git.pushForce does), which can be bypassed by disabling the git.confirmNoVerifyCommit option.

https://camo.githubusercontent.com/5c42dec32f31c5083e24299459693d5c9e5c9579/68747470733a2f2f692e696d6775722e636f6d2f585138304c57592e706e67


如图issue 110452 , commit --no-verify 将出现在 VSCode 1.52(2020 年 11 月)

Once you enablegit.allowNoVerifyCommit, a bunch of commands will be available:

https://user-images.githubusercontent.com/22350/98923649-38d3bf80-24d4-11eb-955a-5c9560dfbf76.png

关于git - 如何为版本控制的 git commit 命令配置选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52986809/

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