TIL: Ignoring other people's gits

One of the tricks that I've learned over the years is that if you're working in someone else's repo, git can be kind of annoying. Not in a bad way,

Aug 10
git

TYL: npx setup-trusted-publishing

That's Today You Learnt instead of Today I Learned, enjoy!

TIL: Docker build target

neat docker trick I just learned: will pull the image by default, but build to a specific target if --build is passed or docker compose build so you can use

Jul 20
docker