git_worktree_add

Add a new working tree

Add a new working tree for the repository, that is create the required data structures inside the repository and check out the current HEAD at path

@param out_ Output pointer containing new working tree @param repo Repository to create working tree for @param name Name of the working tree @param path Path to create working tree at @param opts Options to modify default behavior. May be null @return 0 or an error code

extern (C) nothrow @nogc
int
git_worktree_add

Meta