github / github/gh-stack

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

Ouverte Adaptée aux débutants
#293 0 commentaires 7 réactions 0 personnes assignées Voir sur GitHub
feature request topic: cli - push
Langage dominant
Go
Étoiles
1.5k
Forks
70
Merge moyen
1 j 8 h
PR mergées (30 j)
7

Description

## 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)

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
git, go
Domaine
cli
Type d'issue
Fonctionnalité
Difficulté
2/5
Temps estimé
1-3 heures
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
70/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.