Hacker News new | ask | show | jobs
by mlpinit 3882 days ago
I don't think the `gs` abbreviation is the big win here. Doing `gs` and getting a numbered list of all of your modified files is a big win though. Doing `git add 1,2,5,8` or git add `3-9` is really convenient.
1 comments

`gs` is also GhostScript. I had a really amusing afternoon when the two commands were at war with each other. The funny part was that my app was actually using GhostScript extensively.
This is why I start all of my git aliases with capital G. Gs = git status, Gc = git commit, etc.