`gh stack push` with --no-verify flag
- Linguagem predominante
- Go
- Estrelas
- 1.5k
- Forks
- 70
- Merge médio
- 1d 8h
- PRs com merge (30d)
- 7
Descrição
## 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)
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- git, go
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Pouca atividade
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 70/100