feat: git功能开发

This commit is contained in:
ethan.chen
2026-01-08 11:01:24 +08:00
parent 2458bfa111
commit 62a9d01035
3 changed files with 682 additions and 0 deletions

View File

@@ -127,6 +127,14 @@ Example configuration for Claude Desktop (`claude_desktop_config.json`):
- `docs_bun` - Get Bun documentation
- `code_review` - Review code
- `code_optimize` - Get optimization suggestions
- `git_status` - Get git repository status
- `git_add` - Stage files for commit
- `git_commit` - Commit staged changes
- `git_push` - Push commits to remote
- `git_pull` - Pull latest changes from remote
- `git_log` - Show commit history
- `git_branch` - List, create, or delete branches
- `git_diff` - Show changes between commits or working directory
### DevOps
- `nas_list_files` - List NAS files