society.oftrolls.com is part of the decentralized social network powered by Mastodon.
A nice little Mastodon instance. Mild trolling encouraged (keep it local), but not required. Malicious behaviour is not tolerated. Follow Wheaton's law and you'll be fine.

Administered by:

Server stats:

17
active users

Learn more

working on a very short list of helpful command line git tools. so far I have:

* a custom shell prompt with your current branch
* tig for a nicer `git log` jonas.github.io/tig/
* delta for nicer diffs github.com/dandavison/delta
* maybe lazygit (I haven't used it but I hear a lot of good things!)

what am I missing?

(I think GUI git tools are great too but that's not my focus right now)

jonas.github.ioIntroduction · Tig - Text-mode interface for Git
Marcin Juszkiewicz

@b0rk I found time and checked "difftastic" and "delta". Both have some pros and cons.

I like that delta shows in which block change.

Both delta and difft handle tabs wrong.