โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ โโโโโโโ โโโ โโโโโโโ โโโ โโโโโโโ โโโโโโโโโโโโ โ
โ โโโโโโโโโโโ โโโโโโโโ โโโ โโโโโโโโ โโโโโโโโโโโโ โ
โ โโโโโโโโโโโ โโโโโโโโโ โโโ โโโ โโโโโโโ โโโ โ
โ โโโโโโโโโโโ โโโโโโโโโโโโโ โโโ โโโโโโ โโโ โ
โ โโโ โโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโ โโโ โ
โ โโโ โโโ โโโโโโโ โโโ โโโโโ โโโโโโโ โโโ โโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ โก Git Operations Made Effortless โ
โ ๐ฏ One Command | Zero Hassle | Full Control โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Developer : Himanshu Kumar โ โ
โ โ GitHub : @himanshu231204 โ โ
โ โ Repository : github.com/himanshu231204/gitpush โ โ
โ โ Version : v1.0.0 โ โ
โ โ License : MIT โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ Type 'run-git help' to get started โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
One Command To Rule Them All
RUN-GIT is the ultimate Git automation tool designed to make Git operations effortless for developers of all skill levels. Say goodbye to complex Git commands and hello to simplicity!
Created by Himanshu Kumar (@himanshu231204)
- โก Quick Push: One command to add, commit, pull, and push
- ๐ค Auto Commit Messages: Intelligent commit message generation
- ๐ Interactive Conflict Resolution: Easy-to-use conflict handling
- ๐ฟ Branch Management: Create, switch, delete, and merge branches effortlessly
- ๐ Beautiful Status Display: Rich terminal UI with colors and tables
- ๐ Sensitive File Detection: Warns about .env, secrets, and credentials
- ๐จ Interactive Mode: Full TUI menu for all operations
pip install run-git# New repository
run-git init
# Clone existing repository
run-git init https://github.com/user/repo.git# Add, commit, pull, and push in one command!
run-git push
# With custom commit message
run-git push -m "Add new feature"# Just type run-git for interactive menu
run-git# Push changes
run-git push
# View status
run-git status
# View commit history
run-git log
# Branch operations
run-git branch # List branches
run-git branch feature-x # Create branch
run-git switch main # Switch branch
run-git merge feature-x # Merge branch
# Remote management
run-git remote # Show remotes
run-git remote origin --add https://github.com/user/repo.git
# Advanced
run-git pull # Pull changes
run-git sync # Pull + Push
run-git stash # Stash changes
run-git undo # Undo last commitRUN-GIT generates intelligent commit messages based on your changes:
feat: add authentication module (3 added)fix: update user validation (2 modified)docs: update README (1 modified)refactor: remove deprecated code (2 deleted)
- No need to remember complex Git commands
- Interactive menus guide you through operations
- Auto-generated commit messages
- Fast one-command push workflow
- Customizable commit messages
- Time-saving automation
| Command | Description |
|---|---|
run-git |
Interactive mode |
run-git push |
Quick push (add, commit, pull, push) |
run-git init |
Initialize repository |
run-git status |
Show repository status |
run-git log |
Show commit history |
run-git branch |
List branches |
run-git switch <name> |
Switch branch |
run-git merge <name> |
Merge branch |
run-git remote |
Show remotes |
run-git pull |
Pull changes |
run-git sync |
Pull and push |
run-git stash |
Stash changes |
run-git undo |
Undo last commit |
run-git --help |
Show help |
run-git --version |
Show version |
Contributions are welcome! Please see CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Himanshu Kumar
- GitHub: @himanshu231204
- Created with โค๏ธ for the developer community
If you find RUN-GIT helpful, please:
- โญ Star the repository
- ๐ Report bugs
- ๐ก Suggest new features
- ๐ Contribute code
Git is powerful but complex. Beginners struggle with:
- Remembering command sequences
- Handling merge conflicts
- Writing good commit messages
- Managing branches
RUN-GIT provides:
- โ One command for common workflows
- โ Interactive conflict resolution
- โ Auto-generated commit messages
- โ Beautiful terminal UI
- โ Safety features
- โ Zero learning curve
Made with โค๏ธ by Himanshu Kumar | Making Git Easy for Everyone