Home

Update for the week ending on Friday, Dec 17, 2021

TinyPilot

Sales

Management

Software development

Customer support

Product research

mtlynch.io

What Got Done

Zestful

Lenny

Lenny is an experimental email chatbot I’m making to correspond with spammy, templated requests I receive about linking to random pages on my blog.

Misc

## Go back a branch
alias gbb='git checkout $(git branch --sort=-committerdate | grep -v "^\* " | sed -n "1 p")'

## Go back two branches ago
alias gbbb='git checkout $(git branch --sort=-committerdate | grep -v "^\* " | sed -n "2 p")'