Launched this week

Run-Git
Push your Git changes with one command
2 followers
Push your Git changes with one command
2 followers
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


