← 返回
开发者工具

Git Flow Helper

Assist with Git branch management, merging, rebasing, cherry-picking, and cleaning merged branches for smoother workflow.
协助Git分支管理、合并、变基、拣选及清理已合并分支,以优化工作流程。
honestqiao
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 973
下载
💾 10
安装
1
版本
#git#latest#version-control

概述

Git Flow Helper

智能 Git 操作助手,帮助处理分支、合并、冲突等。

功能

  • 分支管理
  • 智能合并
  • Cherry-pick
  • 清理已合并分支
  • Rebase 辅助

触发词

  • "git操作"
  • "git命令"
  • "git flow"

命令示例

# 创建分支
git checkout -b feature/new-feature

# 合并分支
git merge feature/new-feature

# 变基
git rebase main

# Cherry-pick
git cherry-pick abc123

# 清理已合并分支
git branch --merged | grep -v '*' | xargs git branch -d

操作

  • create-branch: 创建新分支
  • merge: 合并分支
  • rebase: 变基操作
  • cherry-pick: 挑选提交
  • clean-branches: 清理已合并分支

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 12:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,544
productivity

Test Case Generator

honestqiao
根据给定代码,自动生成包含导入、测试用例、模拟对象和断言的完整 Jest、Mocha 或 Pytest 单元测试代码。
★ 3 📥 3,002
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,488