Uditha Ishan
Posted on December 14, 2020
git add .
git commit -m "message"
git push origin <branch>
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>
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.ππ
Posted on December 14, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.