pushify
v1.0.6
Published
Beginner friendly git add + commit + push in one CLI
Readme
🚀 Pushify
Pushify is a simple CLI tool to push your GitHub repository in one click.
No more typing git add, git commit, or git push manually every time.
📦 Installation
Install globally using npm:
npm install -g pushifyInstall using npx:
npx pushify⚡ How to Use
- Open your project directory in terminal.
- Run the command
pushify. - Enter your commit message when prompted.
- Push will automatically happen to your default branch (e.g.,
main).
🔧 Features
- Adds all changes automatically
- Prompts for commit message
- Pushes to the specified branch
- Works on any Git-initialized project
📝 Tips
- Make sure your repository has a remote set (e.g.,
origin). - First-time use will ask for branch and remote; next uses defaults.
- Keep your commit messages meaningful.
👨💻 Author
Created by alpha09
