Get started with the Gitob CLI

Learn how to install the Gitob CLI, activate the hooks, and get started with your onboarding.

Install

Install Gitob via Chocolatey

$
choco install gitob
or

Download ZIP file

Download

Extract the archive (in Powershell)

$
Expand-Archive -Path "$HOME\Downloads\archiveName" -DestinationPath "C:\Program Files\Gitob"

Pro tip: Run Powershell as an administrator to manipulate files in "C:\Program Files".

Add to your path (in Powershell)

$
$env:Path += ";C:\Program Files\Gitob"

Install via Homebrew from the Gitob tap

$
brew install --cask getchinwag/tap-chinwag/gitob
or

Download ZIP file

Download

Extract the archive (in terminal)

$
sudo unzip ~/Downloads/archive-name.zip -d /usr/local/bin

Download ZIP file

Download

Extract the archive (in terminal)

$
sudo tar xvzf ~/Downloads/archive-name.tgz -C /usr/local/bin

Sign in

Now, connect with your config and install the Gitob hooks

$
gitob signin --access-code <your-access-code>

Crack on

Now you're all set up. Just code and commit as usual. Gitob will run hooks automatically, onboarding you as you go.