I’ve been using the github copilots agent a bit for work and personal stuff. Some random findings below … Continue reading “github copilot agent dabblings”
ssh signed git commits
git config –global gpg.format ssh
git config –global user.signingkey ~/.ssh/id_ed25519.pub
git config –global commit.gpgsign true
Hopefully that’ll result in my github commits being signed…. and when I forget how to do it …
Automated twitter compilation up to 10 June 2018
Arbitrary tweets made by TheGingerDog up to 10 June 2018
Continue reading “Automated twitter compilation up to 10 June 2018”