Last year I volunteered to give a talk at one of the Dublin Linux Community’s online meetups. I decided to give a talk on git, the version control system, and inspired by xero’s grok git I made the presentation a shell script.
To get a copy of the presentation script in your terminal incant
curl -L -o gitsavvy rum.sh/gitsavvy
sh ./gitsavvy
or if you trust me pipe directly into a shell
curl -sL rum.sh/gitsavvy | sh
The recording of the presentation is on my peertube instance.