6 ms·
My favorite "took me a long time to discover" Git tweak is to use difft for diffs: https://difftastic.wilfred.me.uk/ https://difftastic.wilfred.me.uk/
by evmar 2y ago
My favorite "took me a long time to discover" Git tweak is to use difft for diffs:
https://difftastic.wilfred.me.uk/ https://difftastic.wilfred.me.uk/
- psyclobe 2y agoCouldn't get it to work, constant permission denied errors
- matthberg 2y agoAn alternative tool that also improves git diff functionality is Delta: https://github.com/dandavison/delta https://github.com/dandavison/delta (personally I think Difftastic's treesitter based approach is superior to Delta, yet I always appreciate it when people link alternatives when discussing apps so thought I'd add this for completeness' sake)