Earlier this year, we began working on a hallmark worktree functionality, to mirror git worktree. The source code for this is in the add_worktree function in repo.py, but the function itself is not connected to the rest of the code. This function needs moderate editing to actually mirror the behavior of git worktree and it needs to be supported by the CLI wrapper for implementation.
Earlier this year, we began working on a hallmark worktree functionality, to mirror git worktree. The source code for this is in the add_worktree function in repo.py, but the function itself is not connected to the rest of the code. This function needs moderate editing to actually mirror the behavior of git worktree and it needs to be supported by the CLI wrapper for implementation.