-
Notifications
You must be signed in to change notification settings - Fork 4
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
consider using gh
-generated branch name when developing an issue
#37
Comments
Thanks for the feature request! I think the best solution would be using I'd consider that a breaking change though. I plan to release |
Sounds reasonable to me. As long as there's some pathway to using the If you decide to break the API further, maybe a nullable Thanks for building this btw it's great :) |
Now that #38 is resolved, a temporary solution is pressing Glad you're finding |
Oh nice, the empty prompt case is perfect for me. Thanks! Maybe I'll submit a PR some day once I have more time. Godspeed. |
gh-fzf/gh-fzf
Lines 879 to 892 in 510181c
In the else-branch, you query the user for a branch name. However, calling
gh issue develop <id> --checkout
without supplying a--name <name>
will generate a branch name by slugging the issue number/title into something like05-fix-bug-with-thing
.I would like to run
gh fzf i
thenalt-o
on an issue and use thisgh
-supplied branch name by default.The text was updated successfully, but these errors were encountered: