Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] implement --org for pull-request command #1676

Open
blaggacao opened this issue Feb 11, 2018 · 1 comment
Open

[Feature] implement --org for pull-request command #1676

blaggacao opened this issue Feb 11, 2018 · 1 comment
Labels

Comments

@blaggacao
Copy link

blaggacao commented Feb 11, 2018

Although there is a more verbose syntax available via the head flag, in a standard use case where you want to do operations on behalf of an organization, the workflow is not really clean:

What we observe:

  • If i did the pull with --org flag, the remote will not coincide with the github user
  • If I do a standard hub pull-request, I do not get any helpful error message (no check is implemented if the user name remote exists)

What we would like to observe:

  • Better checks and error messages
  • --org flag for the pull-request command, so that the behavior get's consistent and we avoide the more verbose syntax.

I would even suggest to implement the --org flag top level on hub, so all operations get properly name spaced, if this would not conflict with upstream git.

@mislav mislav added the feature label May 29, 2018
@mislav
Copy link
Owner

mislav commented May 29, 2018

Hi thanks for your suggestions. I still don't understand how the --org flag would work specifically. Could you provide examples, e.g. how a workflow would be done using current functionality with --head, and how would it look like with --org?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants