Git Tips 2: New Stuff in Git
There are a bunch of new tricks that Git can do that were added in the last few years. How up to date are you?
Git Tips 3: Really Large Repositories
Did you know that Git can handle enormous monorepos like Windows? Let's take a look at how.
FOSDEM Git Talk
The GitButler crew is at FOSDEM this weekend and I'm giving a talk on Git titled "So You Think You Know Git?". Here are the slides.
Opening Up GitButler
Today we're flipping the public switch on GitHub for our GitButler client code and removing the waiting list entirely. Everyone and anyone can now directly download the GitButler client and access the source code.
Debugging Tauri in VS Code
If you're working on a Tauri app in VS Code and want to set breakpoints and use a debugger like a grown up, this is how to get it done.