Can gix create new linked worktrees? #2079
-
A la |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Indeed, worktrees and submodules are read-only at the moment, and there is no functionality to manipulate the underlying data. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Context is that I'm purging git2-rs from a project to improve compile times. For now I'm happy enough just calling out to the Git CLI, but wanted to first check that I hadn't missed anything. 😊 |
Beta Was this translation helpful? Give feedback.
Indeed, worktrees and submodules are read-only at the moment, and there is no functionality to manipulate the underlying data.