Git Made Easy - One Command To Rule Them All
Project description
RUN-GIT - Git Made Easy ๐
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ โโโโโโโ โโโ โโโโโโโ โโโ โโโโโโโ โโโโโโโโโโโโ โ
โ โโโโโโโโโโโ โโโโโโโโ โโโ โโโโโโโโ โโโโโโโโโโโโ โ
โ โโโโโโโโโโโ โโโโโโโโโ โโโ โโโ โโโโโโโ โโโ โ
โ โโโโโโโโโโโ โโโโโโโโโโโโโ โโโ โโโโโโ โโโ โ
โ โโโ โโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโโ โโโ โ
โ โโโ โโโ โโโโโโโ โโโ โโโโโ โโโโโโโ โโโ โโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ โก Git Operations Made Effortless โ
โ ๐ฏ One Command | Zero Hassle | Full Control โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Developer : Himanshu Kumar โ โ
โ โ GitHub : @himanshu231204 โ โ
โ โ Repository : github.com/himanshu231204/gitpush โ โ
โ โ Version : v1.0.3 โ โ
โ โ 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)
๐ฏ Features
- โก 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
๐ฆ Installation
pip install run-git
๐ Quick Start
1. Initialize Repository
# New repository
run-git init
# Clone existing repository
run-git init https://github.com/user/repo.git
2. Quick Push (Most Common Use Case)
# Add, commit, pull, and push in one command!
run-git push
# With custom commit message
run-git push -m "Add new feature"
3. Interactive Mode
# Just type run-git for interactive menu
run-git
๐ Usage
Basic Commands
# 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 commit
๐ค Auto Commit Messages
RUN-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)
๐ฏ Use Cases
For Beginners
- No need to remember complex Git commands
- Interactive menus guide you through operations
- Auto-generated commit messages
For Experienced Developers
- Fast one-command push workflow
- Customizable commit messages
- Time-saving automation
๐ Command Reference
| 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 |
๐ค Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐จโ๐ป Author
Himanshu Kumar
- GitHub: @himanshu231204
- Created with โค๏ธ for the developer community
๐ Show Your Support
If you find RUN-GIT helpful, please:
- โญ Star the repository
- ๐ Report bugs
- ๐ก Suggest new features
- ๐ Contribute code
๐ Why RUN-GIT?
The Problem
Git is powerful but complex. Beginners struggle with:
- Remembering command sequences
- Handling merge conflicts
- Writing good commit messages
- Managing branches
The Solution
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file run_git-1.0.3.tar.gz.
File metadata
- Download URL: run_git-1.0.3.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bca66ccae4fb9db2f00256e56d20bf3e6546422d8b00a6ba1b16186fed49344
|
|
| MD5 |
9a51d0d20b07ae1b1f80ebad49428f8f
|
|
| BLAKE2b-256 |
3e8cab26437084237435e22353ef4cc6605e094d38f36724d1dfb2e7aabe9c98
|
File details
Details for the file run_git-1.0.3-py3-none-any.whl.
File metadata
- Download URL: run_git-1.0.3-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1ade4c83c1e33a40716af1ad32a846a8bc4b6366adfebdb5fd3dc043dfe728
|
|
| MD5 |
eb2970d5445112cde1a9358fbfd92ade
|
|
| BLAKE2b-256 |
65b4ad20b8503f58e613b7ba816e3e4ad933abe77c3dc59ae8310f722d5cf972
|