Open Source Contributions
Use the --osc flag for open source workflows.
gg "fix bug in API" --type fix --osc
Git Genie prompts for an issue number and creates a branch name like:
fix/#123-fix-bug-in-api
With --genie, the short title can be generated by AI:
gg "improve error handling" --type refactor --osc --genie
This keeps branches organized for project maintainers and reviewers.