Introduction
Getting started with GLI, the modern Git wrapper.
██████╗ ██╗ ██╗
██╔════╝ ██║ ██║
██║ ███╗██║ ██║
██║ ██║██║ ██║
╚██████╔╝███████╗██║
╚═════╝ ╚══════╝╚═╝ Introduction to GLI
gli is a lightweight, powerful CLI tool designed to make Git operations faster, smarter, and more intuitive. It combines essential Git commands with AI-powered enhancements and useful developer utilities.
Setup
Download Binary
Download the standalone binary for your OS from the Latest Release.
Install & Uninstall
Choose your platform to see the commands.
Install
sudo mv gli /usr/local/bin/gli && sudo chmod +x /usr/local/bin/gliUninstall
sudo rm /usr/local/bin/gliInstall
sudo mv gli-mac /usr/local/bin/gli && sudo chmod +x /usr/local/bin/gliUninstall
sudo rm /usr/local/bin/gliInstall (CMD as Admin)
move gli.exe C:\Windows\System32\Uninstall (CMD as Admin)
del C:\Windows\System32\gli.exeVerify Installation
gli --versionGlobal Flags
These utility flags are always available to help you navigate:
-v, --version: Show the current installed version of gli.--help: Display the interactive help menu with a full command overview and usage examples.
Tip
You can also simply type gli in your terminal to see the available commands table at any time.