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

Open Beginner friendly
#293 0 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
70/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
git, go
Domain
cli

Research direction

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.

Written by the indexing model from the issue text.

Description

feature request topic: cli - push

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

Dominant language
Go
Stars
1.5k
Forks
73
Avg merge
1d 8h
Merged PRs (30d)
7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/gh-stack

All issues in github/gh-stack

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.