Git Extras
Git Extras — extended git utilities
Why This Skill?
- - Inspired by popular open-source projects (thousands of GitHub stars)
- No installation required — works with standard system tools
- Real functionality — runs actual commands, produces real output
Commands
Run scripts/git_extras.sh <command> to use.
- -
summary — Repo summary (commits, authors, files) - INLINECODE2 — List all authors by commits
- INLINECODE3 — [since] Generate changelog
- INLINECODE4 — [n] Files with most commits
- INLINECODE5 — Create branch from clean state
- INLINECODE6 — Add to .gitignore
- INLINECODE7 — [n] Undo last n commits (soft)
- INLINECODE8 — [days] What did I do (default: 1 day)
- INLINECODE9 — Detailed repo statistics
- INLINECODE10 — Version info
Quick Start
CODEBLOCK0
Disclaimer: This skill is an independent, original implementation. It is not affiliated with, endorsed by, or derived from the referenced open-source project. No code was copied. The reference is for context only.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Git Extras
Git Extras — 扩展的Git实用工具
为什么选择这个技能?
- - 灵感来源于热门开源项目(数千GitHub星标)
- 无需安装 — 兼容标准系统工具
- 真实功能 — 执行实际命令,产生真实输出
命令
运行 scripts/git_extras.sh 即可使用。
- - summary — 仓库摘要(提交数、作者、文件数)
- authors — 按提交数列出所有作者
- changelog — [since] 生成更新日志
- effort — [n] 提交次数最多的文件
- fresh-branch — 从干净状态创建分支
- ignore — 添加到.gitignore
- undo — [n] 撤销最近n次提交(软撤销)
- standup — [days] 我做了什么(默认:1天)
- stats — 详细的仓库统计信息
- info — 版本信息
快速开始
bash
git_extras.sh help
免责声明:本技能为独立原创实现。与所引用的开源项目无关联、未经其认可,亦非衍生作品。未复制任何代码。引用仅作背景参考。
由BytesAgain提供 | bytesagain.com | hello@bytesagain.com