-
Notifications
You must be signed in to change notification settings - Fork 97
git hf feature submit
errors out if not using Github
#87
Comments
Yeah. That's the only part of the Hubflow extension that actually knows about Github - it uses the Github API. I'm planning on removing this command unless there's a lot of users out there who rely on it. |
Stuart, My team of ~12 people are wanting to use the feature but with BitBucket instead of Github. Is it possible to have some sort of check to see if the origin is Github or BitBucket and have the feature submit act accordingly? |
I'll take a look and see. Give me a little bit of time to investigate; I am not a BitBucket user.
|
@stuartherbert @pgporada I've addressed bitbucket support for "git hf feature submit" command here #88 |
@stuartherbert - my team uses the automatic pull request creation. Can you make the check optional, so people can turn it off if they're not using github? |
@bitwiseman what kind of git servers you're using rather than github and bitbucket ? |
I have to say, creation of pull requests by command line are a really nice feature... |
+1 for optional |
We're using Hubflow with Bitbucket being our DVCS. When trying to run the following command
we are returned
I believe this is due to the following lines.
https://github.com/mborsuk/hubflow/blob/develop/hubflow-common#L199-L206
https://github.com/mborsuk/hubflow/blob/develop/hubflow-common#L535-L541
Our process right now is to manually create feature pull request and submit them...
The text was updated successfully, but these errors were encountered: