Software in ContextΒΆ

Musings on software development and technology with a special interest in Clojure.

  • Mar 25 - Configure Git Pairs with Magit

    Like me, you’ve probably used a git pair script at some point. There are a number of such scripts out there [1] and they all work the same way – creating a local git config with the pair author information.

    While I used to be an avid user of the git cli, that’s changed since I switched to Magit. Unfortunately, I still need to do so when I want to setup my git pairing session. I decided to change that, partly to keep me from having to switch out of emacs but also as an exercise to improve my elisp chops.