push
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Push — 快速 Git 推送
将本地提交推送到远程仓库。
当前仓库状态
!`git status`
待推送提交
!`git log @{u}..HEAD --oneline 2>/dev/null || git log --oneline -5`