Git Worktrees and GitButler
Last week, I gave a talk at DevWorld with more "So You Think You Know Git" style tips. One of the things I covered in this new talk was git worktree and since I've heard it mentioned a lot lately, I thought it was time to do a little writeup explaining it.The "worktree" tool in Git helps you work on multiple branches at the same time.Since GitButler solves the same basic problem, I'll take a minute to explain what git worktree does for those who haven't heard of it, and then also to compare it t...
Read more at blog.gitbutler.com