simple gitman install

    sudo apt install git python3-pip python3.11-venv
    python3 -m venv ~/envs/gitman
    . envs/gitman/bin/activate
    pip3 install git_manage
    gitman clone -r <https://github.com/path/to/your/repository.git>