-
Notifications
You must be signed in to change notification settings - Fork 8.2k
gh pr push #2189
Copy link
Copy link
Open
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-prrelating to the gh pr commandrelating to the gh pr commandpitchpitched internally for prioritisationpitched internally for prioritisation
Description
Describe the feature or problem you’d like to solve
As a maintainer, I want to be able to push easily to the fork of a contributor (if he granted permission).
We need this to help unlock contributors if they are stuck on some difficult part.
Proposed solution
gh pr checkout 123
# do local commits to unlock the contributor
gh pr pushJust discovered Hub, and found out that it had a similar feature: https://jonathanchang.org/blog/pushing-to-a-pull-request-on-github/
I think it make sense to have this on the "official" cli too?
My current workaround is:
gh pr checkout 123
# do local commits to unlock the contributor
git push [email protected]:username/projectName.gitReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-prrelating to the gh pr commandrelating to the gh pr commandpitchpitched internally for prioritisationpitched internally for prioritisation
Type
Fields
Give feedbackNo fields configured for issues without a type.