Installation
Install godegit with npm, pnpm, bun, or Homebrew.
Installation
Install godegit using your preferred package manager.
pnpm
pnpm add -g godegit
npm
npm install -g godegit
bun
bun add -g godegit
Homebrew
brew install godegit
Verify installation
After installing, confirm godegit is available:
godegit --version
You should see output like:
godegit 1.0.0
System requirements
- Node.js 18 or later (for npm, pnpm, and bun installs)
- macOS, Linux, or Windows
Next steps
- Getting Started — Download your first repository
- Command Reference — All available commands and flags