KellyDeveloped
Results
2
comments of
KellyDeveloped
There isn't a wrapper for worktrees yet, but I found using Repo.git.worktree("add", folder, branch) will load the worktree for you. From there you can navigate into the worktree and use...
> > > @KellyDeveloped @hilkoc > > I am curious how you got this working. The example where you used Repo.git.worktree("add", folder, branch) and then initialized with git.Repo() doesn't seem...