Explore >> Select a destination


You are here

osc.garden
| | www.wyeworks.com
1.9 parsecs away

Travel
| | If you have been developing software for some time you have probably noticed that there are lots of things that can go wrong, no matter how...
| | 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 .
| | codeinthehole.com
1.0 parsecs away

Travel
| | Yet another git tips article
| | etodd.io
16.2 parsecs away

Travel
| [AI summary] The author demonstrates a technical workaround to bypass Bitbucket access restrictions by using build pipelines to exfiltrate code to a different cloud provider.