Git tools — version control operations via subprocess.
Bases: BaseTool
Show the working tree status of a git repository.
Bases: BaseTool
Show changes in the working tree or staging area.
Bases: BaseTool
Stage files and create a git commit.
Bases: BaseTool
Show the commit history of a git repository.