github / github/gh-stack

`gh stack push` with --no-verify flag

未關閉 適合新手
#293 0 則留言 7 個 reaction 已指派 0 人 在 GitHub 檢視
feature request topic: cli - push
主要語言
Go
星號
1.5k
分支
70
平均合併
1 天 8 小時
30 天內合併 PR
7

描述

## Summary

When running the `gh stack push` command, there is no way to bypass the `git` pre-push webhooks on branches. This prevents skipping e.g long running tests when pushing the branch to remote.

## Proposal

Enable running the `gh stack push` command with the `--no-verify` flag similar to the `git push` -`-no-verify` flag [git flag Link](https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-verify)

貢獻指南

開啟貢獻指南

研究方向

Start at the `gh stack push` command entry point and inspect how it invokes `git push` and defines command flags. Add support for `--no-verify` so the push can bypass Git pre-push hooks, then verify that normal pushes still run hooks and the flag is forwarded correctly.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
git, go
領域
cli
Issue 類型
功能
難度
2/5
預估耗時
1-3 小時
活躍度
冷清
描述清晰度
基本清楚
新手友好度
70/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。