<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni" -->

---
title: Stop Stashing. Start Shipping. Meet Git Worktree Manager.
description: Git Worktree Manager is a lightweight, open-source desktop app built with Go and Fyne that provides a visual interface for managing Git worktrees. It...
canonical: https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Stop Stashing. Start Shipping. Meet Git Worktree Manager. | daily.dev
og:description: Git Worktree Manager is a lightweight, open-source desktop app built with Go and Fyne that provides a visual interface for managing Git worktrees. It...
og:url: https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni
og:image: https://api.daily.dev/og/posts/z26ackrNi.png
og:image:alt: Stop Stashing. Start Shipping. Meet Git Worktree Manager.
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop Stashing. Start Shipping. Meet Git Worktree Manager.

**[Medium](https://daily.dev/sources/medium_js)** · 7 min read · 1 upvotes · 0 comments

## Summary

Git Worktree Manager is a lightweight, open-source desktop app built with Go and Fyne that provides a visual interface for managing Git worktrees. It eliminates the need to stash changes or re-clone repos when switching contexts. Key features include a worktree table view, one-click IDE launch (VS Code, Cursor, Claude Code), pinning up to 3 worktrees per repo, searchable branch picker for creating worktrees, and safe removal with force fallback. Available for macOS, Linux, and Windows, it aims to make Git worktrees accessible to everyday developers rather than just power users.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/@jigar.thacker24/stop-stashing-start-shipping-meet-git-worktree-manager-781666848504>

## Similar posts on daily.dev

- [Worktrunk — Git Worktree Manager for AI Agent Workflows](https://daily.dev/posts/worktrunk-git-worktree-manager-for-ai-agent-workflows-edzkcvip6) · Reid Burke · 28 upvotes · 1 comments

---

Tags: [#productivity](https://daily.dev/tags/productivity), [#golang](https://daily.dev/tags/golang), [#git](https://daily.dev/tags/git)

[View this post on daily.dev](https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Stop Stashing. Start Shipping. Meet Git Worktree Manager.","url":"https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni"},"datePublished":"2026-07-18T19:35:12.356Z","dateModified":"2026-07-18T19:36:58.188Z","description":"Git Worktree Manager is a lightweight, open-source desktop app built with Go and Fyne that provides a visual interface for managing Git worktrees. It...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/911e9f49eacdabb91d8f5f00d1c005bf?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/911e9f49eacdabb91d8f5f00d1c005bf?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/stop-stashing-start-shipping-meet-git-worktree-manager--z26ackrni","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"productivity,golang,git","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"Stop Stashing. Start Shipping. Meet Git Worktree Manager."}]}
```

