介绍
# Git Helper
将常用 git 操作作为一项技能提供。为频繁使用的 git 命令(包括状态、拉取、推送、分支管理和日志查看)提供便捷的封装。
## 命令
```bash # Show working tree status git-helper status
# Pull latest changes git-helper pull
# Push local commits git-helper push
# List or manage branches git-helper branch
# View commit log with optional limit git-helper log [--limit 10] ```
## 安装
无需安装。系统上始终存在 `git`。