Push Your Code to GitHub with One Command
A simple CLI tool that automates your entire Git workflow
🚀 Starting Git automation...
✅ Git initialized
📝 Adding all files...
✅ Files added
💾 Committing changes...
✅ Changes committed
🚀 Pushing to GitHub...
✨ Successfully pushed to GitHub! ✨
One command replaces 6+ git commands. Save time and boost productivity.
Automatically initializes Git and adds remote if needed. Just focus on coding!
Runs standard Git commands under the hood. Your code is always safe.
Colorful output with emojis makes the terminal experience enjoyable.
One-click installer automatically adds to PATH. No configuration needed!
MIT licensed. Use it anywhere, modify it, contribute to it!
git init
git add .
git commit -m "message"
git remote add origin <url>
git branch -M main
git push -u origin main
6+ commands, easy to forget, time-consuming
giteasy push
✨ Done!
One command, automatic, fast
Run the installer and follow the prompts
Close and reopen your terminal/PowerShell
Type giteasy push in any project folder
# Navigate to your project folder
PS C:\> cd MyProject
# Run GitEasy
PS C:\MyProject> giteasy push
Enter commit message: Added new feature
Enter branch name (default: main): main
🚀 Starting Git automation...
✅ Git already initialized
📝 Adding all files...
✅ Files added
💾 Committing with message: 'Added new feature'...
✅ Changes committed
🌿 Switching to branch 'main'...
✅ Branch set
🚀 Pushing to 'main'...
✨ Successfully pushed to GitHub! ✨
giteasy push
Push your code to GitHub (handles everything automatically)
giteasy help
Show help message and usage information