/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ericlathrop.com
| | blog.shortround.space
8.8 parsecs away

Travel
| |
| | hjr265.me
4.5 parsecs away

Travel
| | Git has this great feature that I think is well-known but under-used. I am talking about Git hooks. With Git hooks, you can run scripts during different Git actions. Like this one: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/sh GOFILES=`git diff --name-only --cached | grep -e '.go$' | grep -ve 'vendor/'` UNFMTFILES=() for f in $GOFILES; do if [ -n "`gofmt -l -s .
| | phil.lavin.me.uk
3.4 parsecs away

Travel
| | This error has suddenly started appearing on previously working Puppet implementations. git have added a change, in December 2022, in
| | lostfocus.de
21.3 parsecs away

Travel
| How do you nice people reading my blog handle your Github account(s)? I've had my "main" account @lostfocus for ages and used it for pretty much everything I needed to do on Github. Now with my current employer our accounts are put into the SSO system, so I created a second account which went through ...