4 tools in this category
GitHub's official CLI. Create PRs, manage issues, trigger workflows, and browse repos without leaving the terminal.
brew install gh
Terminal UI for git commands. Stage hunks, resolve conflicts, and manage branches with a keyboard-driven interface.
brew install lazygit
Generate changelogs from your git history. Conventional commits, custom templates, and monorepo support.
brew install git-cliff
Prompted conventional commits. Enforces a consistent commit message format across your team.
npm install -g commitizen