Update the CLI
Note
We just released gt
v1.0.0, which contains major changes, and requires a minimum git --version
of 2.38.0. See the latest version of the changelog for more information (or with gt changelog
).
npm
npm install -g @withgraphite/graphite-cli@latest
homebrew
brew update && brew upgrade withgraphite/tap/graphite
Tip
If you are having trouble updating through homebrew, resetting your tap often fixes the issue:
brew uninstall graphite && brew untap withgraphite/tap && brew install withgraphite/tap/graphite
Tip
Ubuntu LTS currently provides a relatively old version of Git by default. You can easily get a newer version with:
sudo add-apt-repository ppa:git-core/ppa; sudo apt update; sudo apt install git