Smitesh Kharat
Results
2
comments of
Smitesh Kharat
@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 to work. git.Repo() always throws...
@KellyDeveloped I think the problem is that there is no .git folder for worktrees. There is a .git file instead. I tried printing out the path that _is_git_dir()_ is checking...