Oddbean new post about | logout
 They must be presenting.   https://gitworkshop.dev/

I'm kicking the tires on ngit currently.

> cargo install ngit

This method of installing ngit gave me some grief because it couldn't find openssl.  The following resolved the issue

sudo apt update
sudo apt install openssl libssl-dev