Replies: 1 comment
|
Worktrees are currently read-only, but that implementation at least was complete when I made it. With that said, there is a
I recommend giving it a go, and try your version of such an implementation in your fork and for whatever you want to use it. After a while, maybe it's something worth upstreaming. |
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.
I would like to create / update / repair / delete git worktree using
gix(basically most ofgit worktree). Looking at the code, I did not find much. I think reading worktrees is supported but manipulating them is a different story.I got two questions:
All reactions