/ezpush

Are you tired of writing git add git commit git push all the time? Here's a simple CLI to do it all in one go :)

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to ezpush 👋

Version Documentation Maintenance License: MIT

A simple CLI to git add, commit and push in one go

Install

#  with npm
npm i -g ezpush

# with yarn
yarn global add ezpush

# with npm using the github repo
npm i -g git+https://github.com/Anirudh4583/ezpush.git

Usage

ezpush <commit message> --options <arguments>

OPTIONS
  --skip or -s                      skip commit message and use default
  --branch or -b <branch name>      specify branch, defaults to master
ezpush "first commit" # pushes to origin master with entered commit message

ezpush -s # pushes to origin master with default commit message

ezpush "first commit" -b main # pushes to origin main with entered commit message

Author

👤 Anirudh Mitra anirudhmitra210@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Anirudh Mitra anirudhmitra210@gmail.com.
This project is MIT licensed.