0.0.49 • Published 4 years ago
gal v0.0.49
gal
Inspired by git-push-all, I made this to get rid of some errors and simplify to just adding and pushing.
Usage
Install via npm i -g gal or yarn global add gal and then use it like so:
| gal \ | git equiv |
|---|---|
| -d, --dry | run in dry mode |
| msg..., -m msg... | git add . -Agit commit -m "my message"git push <origin> <branch> |
| pull | git pull <remote> <branch> |
| push | git push <remote> <branch> |
| prune | git remote prune <remote>, cleaning up local branches |
| fetch | git fetch <remote> <branch> |
| rm \ | delete branches, pass -r to delete remote |