GitGenie

  • GitHub Repo
  • NPM Package
  • Docs

Community

  • Contribute
  • Report Issues
  • Discussion

Resources

  • Install
  • Usage
  • Flags
  • Branches

Follow

  • Twitter/X
  • NPM
  • GitHub
GitGenie - Powered git assistant | Product Hunt
Chirag

© 2026 GitGenie. MIT Licensed.

/ Documentation

Documentation

Getting StartedCore CommandsWorkflows & InternalsAI FeaturesNew Add OnsOpen Source & CollaborationReference & ExamplesSecurity & Community
Star the RepoContributenpm install

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.