|
You are here |
osc.garden | ||
| | | | |
hjr265.me
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | Helping e-commerce startups grow | |
| | | | |
blog.parkermoore.de
|
|
| | | 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. ... | ||