git-phlow is available on:
- Linux
- Windows
- macOS
If you have homebrew installed, you can tap our official repository. Otherwise you can download the official release on the releases page on GitHub.
# Tap our repository
brew tap praqma/praqma-tap
# Install git-phlow
brew install git-phlow
# Upgrade to a new version
brew upgrade git-phlowInstall git-phlow by running the following commands. This will download git-phlow from the GitHub releases, extract it and move in to the /usr/local/bin directory, and enable you to run git phlow in the terminal. Remember to use the latest release.
wget https://github.com/code-cafe/git-phlow/releases/download/v3.8.2/git-phlow-3.8.2-linux-amd64.tar.gz && tar -xzf git-phlow-3.8.2-linux-amd64.tar.gz
mv git-phlow /usr/local/binYou may need to run the last command with sudo, depending on your setup:
sudo mv git-phlow /usr/local/bin
On Windows you have the option of using either using scoop or Chocolatey
Install using Scoop
First install Scoop if you don't have it and add our scoop-bucket:
Open PowerShell and get the latest release of scoop
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Add Praqmas scoop-bucket
scoop bucket add praqma-tools https://github.com/code-cafe/scoop-praqma-tools.git
Then install using scoop:
scoop install git-phlow
Install using Chocolatey
Package is available here, also including installation command: https://chocolatey.org/packages/git-phlow/
You need to have Chocolatey installed, and then just run the following command in PowerShell:
choco install git-phlow
- on windows there can be cases where the colors will not show. Therefore we recommend to run every command with the
--no-coloroption.
On Mac using homebrew, run the upgrade command.
brew upgrade git-phlowIn Linux you run the installation again, but this time override the old git-phlow binary.
Using either Scoop or Chocolatey you installed from originally run:
scoop update git-phlow
or
choco upgrade git-phlow
Please notice Chocolatey packages has an approval time on new releases, so it might not be available until a few days after the other releases