github / github/gh-stack

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

オープン 初心者向け
#293 コメント 0 件 リアクション 7 件 担当者 0 名 GitHub で見る
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。