flow-push
v1.0.1
Published
I always get tired of running the same Git commands again and again, so I sat down for 30 minutes and created this handy CLI tool to make my life easier—and hopefully yours too! 🚀
Downloads
5
Readme
Git Push CLI Tool
I always get tired of running the same Git commands again and again, so I sat down for 30 minutes and created this handy CLI tool to make my life easier—and hopefully yours too! 🚀
What Does It Do?
This tool simplifies your Git workflow:
- Set a default branch for pushing changes.
- Stage all your changes, commit them, and push to the default branch in one go.
- Let’s you skip typing those repetitive Git commands.
No more typing git add ., git commit -m "message", and git push origin branch over and over again. Just use this tool and chill. 😎
How to Use
1. Install the Tool
To install the package globally, run the following command:
npm install -g flow-push
branch setup only once
push set-branch <branch-name>
push "commit message"
or
push