Install on Debian
It should work on any Debian based distributions : Linux Mint, Ubuntu...
Requirements
git-gamble
doesn't repackage git
, it uses the one installed on your system
-
Make sure it is available in your
$PATH
, you can check it with this commandgit --version
If it has been well settled, it should output something like this :
git version 2.45.2
Else if it has been badly settled, it should output something like this :
git: command not found
Install
-
Go to the latest version of
git-gamble-debian
-
Download the latest version
git-gamble_2.11.0_amd64.deb
-
Install package
As root
dpkg --install git-gamble*.deb
Note: the latest version, not yet released, is also available
This is not really convenient but a better way will come when GitLab Debian Package Manager MVC will be available
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'.
Update
There is no update mechanism
Uninstall
As root
dpkg --remove git-gamble
Improving installation
Installation is currently not really convenient, so contributions are welcome
Feel free to add package to your favorite package repository