Skip to main content

Module git

Module git 

Source
Expand description

Git operation tools

Tools for git operations: status, diff, add, commit, log, blame, branch.

Structs§

GitAddTool
Tool for staging files
GitBlameTool
Tool for git blame
GitBranchTool
Tool for listing and managing branches
GitCheckoutTool
Tool for git checkout (switch branches or restore files)
GitCommitTool
Tool for creating commits
GitDiffTool
Tool for getting git diff
GitLogTool
Tool for viewing git log
GitStashTool
Tool for git stash operations
GitStatusTool
Tool for checking git status