Method
GgitRepositoryset_workdir
Declaration [src]
void
ggit_repository_set_workdir (
GgitRepository* repository,
GFile* workdir,
gboolean update_gitlink
)
Description [src]
Sets the working directory of the repository. If update_gitlink
is set to
TRUE
“core.worktree” will be set in the config if workdir is not the parent
of the .git directory).