`gh stack push` with --no-verify flag
オープン
初心者向け
feature request
topic: cli - push
- 主要言語
- Go
- スター
- 1.5k
- フォーク
- 70
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 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)
コントリビューションガイド
調査の方向性
`gh stack push` コマンドのエントリポイントから始め、`git push` をどのように呼び出し、コマンドフラグを定義しているかを調べます。`--no-verify` のサポートを追加して、push で Git の pre-push フックをバイパスできるようにし、その後、通常の push では引き続きフックが実行され、フラグが正しく転送されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- git, go
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 70/100