#engineering

Git Worktrees and GitButler

Git Worktrees and GitButler

a year ago by Scott Chacon

How do git worktrees help you work on more than one branch at the same time, and how does that differ from virtual branches in GitButler?

Opening Up GitButler

Opening Up GitButler

a year ago by Scott Chacon

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

Debugging Tauri in VS Code

a year ago by Scott Chacon

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.

Signing Commits in Git, Explained

Signing Commits in Git, Explained

2 years ago by Scott Chacon

Why would you sign your commits in Git? How would you do it? How is it even done? Let's dig into signing commits in Git.