/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

osc.garden
| | hjr265.me
2.1 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 .
| | third-bit.com
2.3 parsecs away

Travel
| | [AI summary] A developer shares a troubleshooting problem with a pre-commit hook failing to prevent commits in Git and discusses the necessary knowledge for someone new to scripting to debug the issue.
| | blaster.ai
1.9 parsecs away

Travel
| | Helping e-commerce startups grow
| | blog.parkermoore.de
17.5 parsecs away

Travel
| Today, I'm proud to announce that I have accepted a job offer from Visual Supply Co, a small and happenin' start-up based in the Bay Area. ...