Useful Git Links

A useful list of resources for learning how to best use Git

This is a post I will be adding to over time all about links I have found useful when learning how to best use Git.

Thanks to Paul Synnott for contributing some links.

Recent posts View all

PersonalWeb Dev

X-Clacks-Overhead

We now support the X-Clacks-Overhead, or, the internet as a tool to not forget

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.