git-wt - Git Extension For Worktree Management #1598
jason-dour
started this conversation in
Show and tell
Replies: 1 comment
-
Much to my shame, turns out I mis-remembered which modules I used. :( Turns out I didn't use go-git after all. Apologies for the mistake. If go-git begins to support work trees, I'll happily switch. I've used go-git in other projects of mine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Thought I would share a project of mine which leverages go-git.
I was extremely frustrated by the extremely long commands needed to work with git work trees. I wanted to integrate work trees into my development flow, so I decided to solve the syntax problem by writing a helper extension.
https://github.com/jason-dour/git-wt
I've been using it since late 2024 when I got it from prototype to functional. I welcome others interested to give it a try.
Jason
Beta Was this translation helpful? Give feedback.
All reactions