**Stay in sync with your team. Monitor upstream changes and push with one click.**
Git Sync Helper is a powerful productivity extension for VS Code designed to keep your local development environment perfectly synchronized with your remote repository. It proactively monitors your git status and provides a streamlined "Quick Push" workflow to save you time.
🚀 Key Features
1. 🔍 Proactive Upstream Monitoring
Never work on stale code again. The extension automatically detects if your current branch is behind the remote upstream.
Status Bar Indicator: A clear warning appears in the status bar (e.g., $(arrow-down) 5 Behind) when you are missing commits.
Smart Notifications: Receive a toast notification with a direct "Pull" action button to update your branch instantly.
2. ⚡ Quick Push (One-Click Sync)
Simplify your commit-and-push routine into a single click.
Status Bar Button: A dedicated $(cloud-upload) Quick Push button is always available.
Automated Workflow:
Stages all changes (git add .).
Commits with a standard message ("Automatic update").
Pushes to the remote branch (git push).
Safety: Shows success or error messages to ensure you know the state of your code.