Skip to content

git_tool

git_tool

Git tools — version control operations via subprocess.

Classes

GitStatusTool

Bases: BaseTool

Show the working tree status of a git repository.

GitDiffTool

Bases: BaseTool

Show changes in the working tree or staging area.

GitCommitTool

Bases: BaseTool

Stage files and create a git commit.

GitLogTool

Bases: BaseTool

Show the commit history of a git repository.

Functions