1.1.3 • Published 3 years ago

giq v1.1.3

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

git-quick

git-quick cli is a single line git command executer. This also executes other basic git commands easily.

Installation

npm install -g giq

Pre-requisites

Git

How to use single commands

currently supports git push only

giq p <commit_msg> <branch>

this command is equivalent to

git add .
git commit -m "message"
git push origin <branch>

Available other commands

gitgiq
git initgiq i
git remote add origin giq r
git add <file / .>giq a <file / .>
git commit -m giq c
git push origin <branch_name>giq p <branch_name>
git checkout <branch_name>giq b <branch_name>
git checkout -b <branch_name>giq cb <branch_name>
git pull origin <branch_name>giq pl <branch_name>
git blame <file_name>giq bl <file_name>
git statusgiq s
git loggiq l
git stashgiq st

use giq help if you lost

Development

Want to contribute? Great!

License

MIT

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago