You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a worktree using 'git worktree add <path>', if a reference
named 'refs/heads/$(basename <path>)' already exist, it is checkouted in
the worktree.
Mimic this behavior in libgit2.
Signed-off-by: Gregory Herrero <gregory.herrero@oracle.com>
0 commit comments