GLINTER
The best way to use Git.
Glinter reduces errors while using Git by providing interactive commands and safer defaults.
Try it now
- 100
- 100
- 100
The best way to use Git.
Glinter reduces errors while using Git by providing interactive commands and safer defaults.
Try it now
Available Glinter commands. To see aliases, click here.
Install Glinter, run setup, and start using your Git aliases in seconds.
Step 1
npm i -g @jannael/glinter Step 2
g setup Step 3
ga
Glinter adds functionality it does not replace any of git's commands, it
only improves them. eg. g add works the same as
git add but when it does not have arguments it will open an interactive menu to
select the files you want to add.
Why
Glinter helps reduce mistakes in repetitive Git tasks by adding interactive prompts and safer defaults, while keeping native Git behavior and compatibility.
What
Glinter extends commands like add, switch, and setup with interactive UX. If you pass normal Git arguments, it forwards them directly so your existing Git commands continue to work as expected.