--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Wed Dec 14 15:52:39 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Thu Dec 15 17:15:09 2022 +0100 @@ -411,6 +411,10 @@ <td>Public method to verify a bundle file.</td> </tr> <tr> +<td><a href="#Git.gitWorktreeManagement">gitWorktreeManagement</a></td> +<td>Public method to show the worktree list/management dialog.</td> +</tr> +<tr> <td><a href="#Git.initCommand">initCommand</a></td> <td>Public method to initialize a command arguments list.</td> </tr> @@ -2247,6 +2251,20 @@ name of the project directory (string) </dd> </dl> +<a NAME="Git.gitWorktreeManagement" ID="Git.gitWorktreeManagement"></a> +<h4>Git.gitWorktreeManagement</h4> +<b>gitWorktreeManagement</b>(<i>projectDir</i>) + +<p> + Public method to show the worktree list/management dialog. +</p> +<dl> + +<dt><i>projectDir</i> (str)</dt> +<dd> +name of the project directory +</dd> +</dl> <a NAME="Git.initCommand" ID="Git.initCommand"></a> <h4>Git.initCommand</h4> <b>initCommand</b>(<i>command</i>)