GitPush Manager
Contents
GitPush Manager
A lightweight desktop application built with pywebview + Flask that wraps common Git operations into a clean visual interface.
Motivation
I found myself running the same three Git commands dozens of times a day. This tool turns those into a single click.
Features
- Stage, commit, and push in one view
- Multi-repo management
- Commit message templates
- Push history log
Tech Stack
- Backend: Python + Flask
- Frontend: HTML/CSS/JS via pywebview
- Packaging: PyInstaller
Status
v0.3.0 — stable for personal use. Multi-repo support in progress.

