Hacker News new | ask | show | jobs
by sombremesa 1515 days ago
> When I type 'git add', it lists the two files I actually modified.

Is not typing `-u` really worth installing a whole app that spies on you? Especially since shells like `fish` (FOSS!) will have you just write `-u` + up arrow?

This seems objectively worse to me but I guess we'll see whether they find a real market.

1 comments

I commented above, but actually fish already detects and lists only changed files by default if you do `git add <TAB>` (with or without -u).