A growing collection of personal terminal tools for Git Bash on Windows.
The goal of this repo is to keep useful shell commands, Git helpers, and shortcuts in one place, with a simple setup process and modular structure.
Currently included:
goto— save and jump to directory shortcutsreload— reload~/.bashrc- Git aliases — common Git shortcuts
gclear— remove local branches whose remote branch is gone
More tools will be added over time.
- Clone the repository
- Run setup:
./setup.sh
- Restart your terminal or run
source ~/.bashrcto apply changes - Start using the new commands!