Bash-based Git worktree manager with editor and AI tool integration. Automates per-branch worktree creation, configuration copying, dependency installation, and workspace setup for efficient parallel development.
Stars
1.5k
Forks
78
Watchers
1.5k
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
6
commits
5
commits
3
commits
2
commits
2
commits
2
commits
2
commits
1
commits
1
commits
feat(clean): add --force flag to git gtr clean --merged (#158)
10c6c15View on GitHubfix(completion): support Homebrew-installed completion assets (#155)
22ac181View on GitHubfix: use origin/ ref when branching from default branch (#149)
99368b0View on GitHubfix(core): resolve --from ref to SHA to prevent git DWIM overriding branch name (#147)
4a4e21bView on GitHubfeat(ai): run postCd hooks before launching AI process (#145)
0403d74View on GitHubfeat(init): cache output for faster shell startup (#142)
d6fd5daView on GitHubfeat(init): add ctrl-n keybinding to create new worktree from fzf picker (#141)
dd46f0fView on GitHubfix(ux): improve fzf picker discoverability and empty state (#139)
584c17aView on GitHubfix: show helpful error when running `git gtr cd` (#137)
050b26aView on GitHub