1 unstable release
0.1.0 | Jul 20, 2023 |
---|
#50 in #git-workflow
10KB
205 lines
Speedy Git aka Spit
Spit is a command line tool built to wrap git commands in to quicker and more concise commands with safer defaults. Below is the list of currentyl supported spit commands and their git equivalents.
Commands
spit |
git |
---|---|
spit commit <msg> |
git add . git commit --message="msg" |
spit push |
git push --set-upstream origin <curr_branch> |
spit update <msg> |
git add . git commit --message="msg" git push --set-upstream origin <curr_branch> |
spit make <url> |
git init git remote add origin <url> |
Dependencies
~4–11MB
~117K SLoC