`gh stack push` with --no-verify flag
- Lenguaje dominante
- Go
- Estrellas
- 1.5k
- Forks
- 70
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 7
Descripción
## 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)
Guía de contribución
Línea de trabajo
Comienza en el punto de entrada del comando `gh stack push` e inspecciona cómo invoca `git push` y define los flags del comando. Añade compatibilidad con `--no-verify` para que el push pueda omitir los hooks pre-push de Git y, después, verifica que los pushes normales sigan ejecutando los hooks y que el flag se reenvíe correctamente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- git, go
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 70/100