{"id":30010260,"url":"https://github.com/dazz/git-wt","last_synced_at":"2025-08-05T11:44:18.264Z","repository":{"id":306770670,"uuid":"1024756031","full_name":"dazz/git-wt","owner":"dazz","description":"Git Worktree Manager:  A simplified interface for managing Git worktrees with the `wt` executable.","archived":false,"fork":false,"pushed_at":"2025-07-23T07:57:01.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T15:21:09.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dazz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-23T07:45:17.000Z","updated_at":"2025-07-23T07:57:05.000Z","dependencies_parsed_at":"2025-07-27T15:33:52.495Z","dependency_job_id":null,"html_url":"https://github.com/dazz/git-wt","commit_stats":null,"previous_names":["dazz/git-wt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dazz/git-wt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fgit-wt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fgit-wt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fgit-wt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fgit-wt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dazz","download_url":"https://codeload.github.com/dazz/git-wt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fgit-wt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268890753,"owners_count":24324612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-05T11:44:16.773Z","updated_at":"2025-08-05T11:44:18.201Z","avatar_url":"https://github.com/dazz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Worktree Manager\n\nA simplified interface for managing Git worktrees with the `wt` executable.\n\n`wt` is a Bash script that provides a user-friendly wrapper around Git's worktree functionality. It simplifies the process of creating, managing, and switching between multiple working directories from a single Git repository, enabling true parallel development workflows.\n\nTo understand what git worktree is, simply run `git worktree --help` on your commandline and read the nice manual.\n\n## Installation\n\nCopy the `wt` executable to a directory in your `$PATH`:\n\n```bash\n# Copy to user bin directory\ncp wt ~/.local/bin/\n\n# Or copy to system bin directory (requires sudo)\nsudo cp wt /usr/local/bin/\n\n# Make executable if needed\nchmod +x ~/.local/bin/wt\n```\n\n## Quick Start\n\n```bash\n# List current worktrees\nwt list\n\n# Create new worktree for feature development\nwt create feature-auth\n\n# Switch to existing worktree\nwt switch feature-auth\n\n# Remove completed worktree\nwt remove feature-auth\n```\n\n## Claude Code Integration\n\nUse the `/wt` slash command in Claude Code for intelligent worktree management:\n\n```\n/wt create feature-oauth --base main\n/wt list\n/wt cleanup\n```\n\nThe slash command provides comprehensive guidance on parallel development workflows, naming conventions, and best practices. See [.claude/commands/wt.md](.claude/commands/wt.md) for detailed documentation.\n\n## Key Features\n\n- **Parallel Development**: Multiple Claude Code sessions on different features\n- **Smart Defaults**: Worktrees created in `.worktrees/` directory\n- **Sparse Checkout**: Work with specific directories only\n- **Automatic Cleanup**: Remove stale worktrees and references\n\n## Commands\n\n- `wt create \u003cbranch\u003e` - Create new worktree\n- `wt switch \u003cbranch\u003e` - Switch to worktree  \n- `wt remove \u003cbranch\u003e` - Remove worktree\n- `wt list` - Show all worktrees\n- `wt cleanup` - Clean up stale references","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazz%2Fgit-wt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazz%2Fgit-wt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazz%2Fgit-wt/lists"}