git-ez
v0.1.0
Published
Git commands... made shorter.
Readme
GIT - EZ
Git commands... made shorter.
All the commonly used git commands minified.
NOTE: You must have git(cli) installed on your machine.
Commands
All the commands currently supported are:
gitezPrints out help info.gitiPerforms:git initAs it is.gitc {{ARG: IN QUOTES}}Performs the following(in that order):git add .git commit -m {{ARG}}If ARG is provided, ELSEgit commit
gitcp {{ARG: IN QUOTES}}Performs the following(in that order):git add .git commit -m {{ARG}}If ARG is provided, ELSEgit commitgit push
gitpPerforms:git push
LICENSE
MIT
