Git 助手
作为一项技能,提供常见的 Git 操作。为频繁使用的 Git 命令(包括状态查看、拉取、推送、分支管理和日志查看)提供便捷的封装。
命令
# 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始终存在于系统中。


微信扫一扫,打赏作者吧~
网友评论
最新评论