1 个不稳定版本
0.1.0 | 2023年7月20日 |
---|
#37 in #git-workflow
10KB
205 行
Speedy Git 即 Spit
Spit 是一个命令行工具,旨在将 git 命令包装成更快速、更简洁的命令,并提供更安全的默认设置。以下是当前支持的 spit 命令及其 git 等价命令列表。
命令
spit |
git |
---|---|
spit commit<msg> |
gitadd . gitcommit --message="msg" |
spit push |
gitpush --set-upstreamorigin<curr_branch> |
spit update<msg> |
gitadd . gitcommit --message="msg" gitpush --set-upstreamorigin<curr_branch> |
spit make<url> |
gitinit gitremote add origin<url> |
依赖
~3–11MB
~95K SLoC