[go: up one dir, main page]

Install using Homebrew on macOS

Homebrew available on GitLab

Requirements

  1. Install Homebrew

  2. Check the installation with this command

    brew --version
    

    If it has been well settled, it should output something like this :

    Homebrew 4.3.14
    Homebrew/homebrew-core (git revision 7a574d89134; last commit 2024-08-07)
    

    Else if it has been badly settled, it should output something like this :

    brew: command not found
    

Install

Run these commands

brew tap pinage404/git-gamble https://gitlab.com/pinage404/git-gamble.git
brew install --HEAD git-gamble

Check the installation

Check if all have been well settled

git gamble --version

If it has been well settled , it should output this :

git-gamble 2.11.0

Else if it has been badly settled , it should output this :

git : 'gamble' is not a git command. See 'git --help'.

Upgrade

git-gamble has not yet been packaged by Homebrew

To upgrade git-gamble, run this command

brew reinstall git-gamble

Uninstall

brew uninstall git-gamble
brew untap pinage404/git-gamble

Improving installation

Installation is currently not really convenient, so contributions are welcome

Feel free to add package to your favorite package repository

Homebrew requires repositories to have at least 75 stars and 30 forks

So, please add a star on GitLab and create a fork for any contribution