Hacker News new | ask | show | jobs
by m0zzie 746 days ago
Wow, TIL `git diff --staged` exists and is an alias to `git diff --cached`, which I have used for many years. "staged" certainly feels more intuitive, but will I ever be able to undo this muscle memory?!
1 comments

Same here. Just make it an alias: ds.

I’m using git dc, but it seems ds may be my new one, haha.