Git single command executor

udithaishan

Uditha Ishan

Posted on December 14, 2020

Git single command executor
git add .
git commit -m "message"
git push origin <branch>
Enter fullscreen mode Exit fullscreen mode

Are you tired with writing this kind of multiple git commands?
Do you prefer using a single command to do this?
I have created an npm CLI package to do the job for you.

git-quick

What is this? πŸ‘€

This npm CLI can execute multiple git commands only using a single command line.
Let's get the above git command example.
now that three-line execution you can execute in a single line using the git-quick.

giq p "commit message" <branch>
Enter fullscreen mode Exit fullscreen mode

Easy and quick

not only this. but there are more πŸ˜‰
You can see all of them in the documentation.

I'm inviting you all to try this. If you like, don't forget to give feedback ❀ and a Star⭐ on the github repo

If you found any issues, open a New Issue in my git repo. ✨
Any contribution is welcome.πŸ˜‰πŸ‘€

git-quick on NPM registry
git-quick on Github

πŸ’– πŸ’ͺ πŸ™… 🚩
udithaishan
Uditha Ishan

Posted on December 14, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Git single command executor
git Git single command executor

December 14, 2020