Expand description
Git operation tools
Tools for git operations: status, diff, add, commit, log, blame, branch.
Structs§
- GitAdd
Tool - Tool for staging files
- GitBlame
Tool - Tool for git blame
- GitBranch
Tool - Tool for listing and managing branches
- GitCheckout
Tool - Tool for git checkout (switch branches or restore files)
- GitCommit
Tool - Tool for creating commits
- GitDiff
Tool - Tool for getting git diff
- GitLog
Tool - Tool for viewing git log
- GitStash
Tool - Tool for git stash operations
- GitStatus
Tool - Tool for checking git status