Installation

Packaging status

macOS

turbogit is available on MacPorts and Homebrew.

Macports (preferred)

install

sudo port install turbogit

upgrade

sudo port selfupdate && sudo port upgrade turbogit

Homebrew

install

brew tap b4nst/homebrew-tap
brew install turbogit

upgrade

brew upgrade turbogit

Linux

NixOS

nix-env -i turbogit

Other distributions

Download pre-built binaries from the latest release page.

Windows

Since git2go refactor, tug is not available as a Windows package anymore. Please check #48.

Please follow the instructions to build it from source.

Build from source

  1. Clone the repo (don't forget the submodule)
  2. Run build command
git clone --recurse-submodules https://github.com/b4nst/turbogit.git
cd turbogit
make build

Powered by Doctave