Himanshu Kumar

Himanshu Kumar

Founder & Developer – AI Commit
1 point

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Forums

Run-Git - Push your Git changes with one command

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/himanshu23120...
View more