Streamline your daily Git & GitHub workflow.
A blazing fast CLI tool written in Rust designed to make common git operations effortless.
tgh runs on macOS, Linux, and Windows.
Run the following command in your terminal. It automatically detects your architecture (including Apple Silicon) and sets up your shell path.
curl -fsSL https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.sh | bash -s -- v0.1.5Run the following command in PowerShell:
# Install latest version
irm https://raw.githubusercontent.com/dkomeza/tiny-git-helper/main/scripts/install.ps1 | iexOnce installed, simply run tgh --help to see the available commands.
tgh - A GitHub CLI written in Rust
Usage: tgh [COMMAND]
Commands:
commit Commit changes to the repository [aliases: cf]
ca Commit all files (Stage All + Commit)
update Update tgh to the latest version
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
You don't need to run the install script again to get new features. tgh includes a built-in updater:
tgh updateThis will check for the latest release on GitHub, download it, and safely replace your current binary.