5 ms·
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
by m0zzie 2y 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?!
- anbotero 2y agoSame here. Just make it an alias: ds. I’m using git dc, but it seems ds may be my new one, haha.