All activity
Run-Git is a simple Python CLI tool that makes pushing code easier.
Instead of typing multiple Git commands:
git add .
git commit -m "message"
git push
You can simply run:
run-git
Run-Git automatically detects changes, commits them, and pushes them to your repository.
Features:
• One command Git push
• Simple CLI workflow
• Open source
• Available on PyPI
Install:
pip install run-git
GitHub:
https://github.com/himanshu231204/gitpush

Run-GitPush your Git changes with one command
Himanshu Kumarleft a comment
Hi everyone 👋 I built **Run-Git** to simplify a task every developer does daily — pushing code to Git. Usually we type: git add . git commit -m "message" git push So I created a small Python CLI tool that lets you do this with **one command**: run-git The tool automatically detects changes, commits them, and pushes them to your repository. 🔧 Tech: Python + Git CLI 📦 Install: `pip install...

Run-GitPush your Git changes with one command
