Hacker News new | ask | show | jobs
by codetrotter 1938 days ago
I think that what they mean is that they plan on for example using inotify to watch for changes and to show git status automatically.

Personally I have my own set of commands that I wrote which call git and I have given them very short names, so the OP tool is not of use to me.

When I want git status, with my tools I type

   st
1 comments

I made alias of git to g, and git aliases for functionality, so you can use it in the same way just shorter, for example git status -> g s, git push -> g ps etc.