Grence

Installation

Git Graph ships as a single executable with no dependencies that can be installed a few different ways.

Git Graph installation process is under active development. Please check back soon for updates.

Installing

One-line binary install

Note: Linux users — The unzip package is required to install Git Graph.

The installation script will install the Git Graph binary onto your system's $PATH and configure Git Graph globally with git graph install --global.

curl -fsSL https://git-graph.grence.com/install | bash

For support and discussion, please create an issue on GitHub.

Download a pre-built binary

You can also download an archive for your operating system and architecture containing a pre-built binary. You can visit the releases page on Github.

Note: After downloading the assets, you can optionally run the install.sh script to globally configure Git Graph.

For convenience, here are download links for the latest version:

Linux

macOS

Windows

Checking installation

To check that Git Graph was installed successfully, run:

git graph --version

This should output the version of Git Graph that was installed.

Installing older versions of Git Graph

You can install older versions of Git Graph by re-running the installer script with a specific version.

curl -fsSL https://git-graph.grence.com/install | bash -s "v0.13.0"

Uninstalling

If you need to remove Git Graph from your system, use the following commands.

rm -f ~/.git-graph

How is this guide?

On this page