Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

Searching Git repository file history

Searching a repo to find history of file with name containing install, and its last contents:

git log --all --full-history -- '*install*'
git show 81b9f7fadcdfa6bc58c7f17ac34805da648b1d2e^:install.sh