Blog: TheCodingSide.Quest
Things I can't be bothered typing:
git remote add upstream <URL>
git reset --hard upstream/main &&
git pull --rebase upstream main &&
git push --force-with-lease origin main
ssh-keygen -t ed25519 -C "your_email@example.com"
docker ps --format "table {{.Image}}\t{{.Ports}}\t{{.Names}}"