whiptail based terminal UI for common git actions
mkdir -p "/path/to/gitcli/"
cd "/path/to/gitcli/"
wget "https://github.com/utility-libraries/gitcli/raw/main/gitcli"
or
curl -LO "https://github.com/utility-libraries/gitcli/raw/main/gitcli"
and add the following line to your ~/.bashrc
PATH="$PATH:/path/to/gitcli/"