0.1.0 • Published 6 years ago

git-ez v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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:

  • gitez Prints out help info.

  • giti Performs: git init As it is.

  • gitc {{ARG: IN QUOTES}} Performs the following(in that order): 1. git add . 2. git commit -m {{ARG}} If ARG is provided, ELSE git commit

  • gitcp {{ARG: IN QUOTES}} Performs the following(in that order): 1. git add . 2. git commit -m {{ARG}} If ARG is provided, ELSE git commit 3. git push

  • gitp Performs: git push

LICENSE

MIT