node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

fast forward option for merge pull request #465

Closed drselump14 closed 6 years ago

drselump14 commented 7 years ago

thanks for awesome tool!!

I have one question, is there any way to perform merge pull request with no fast forward option like github default? I'm searching for this option but can't find one ..

Any help will be appreciated

henvic commented 7 years ago

No. Send me a pull request with a flag for "gh pr" for that and I can merge it and do a new release with the feature asap, if you want it. I always use fast-forward (I just don't use gh for that).

drselump14 commented 7 years ago

I see. Ok, i will try to implement that

On 12/29 10:36:14 AM, Henrique Vicente wrote:

No. Send me a pull request with a flag for "gh pr" for that and I can merge it and do a new release with the feature asap, if you want it. I always use fast-forward (I just don't use gh for that).

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/node-gh/gh/issues/465#issuecomment-269672957

henvic commented 7 years ago

Sure. Let me know if you do. It will be a pleasure to merge or help you out with something you need for adding this feature.

I am working around the clock on a new project (WeDeploy) with other guys behind NodeGH, so it's almost like we were kind of hit by a bus when you think about feature requests on NodeGH.

protoEvangelion commented 6 years ago

@drselump14 Please let me know if any progress was made on this :smile: