🚀 Pull Notifications
Stay up-to-date with your Git repositories without leaving your editor.
Pull Notifications is a Visual Studio Code extension that
automatically checks for new commits in your Git repository and notifies
you when updates are available --- so you never miss changes again.
✨ Features
🔔 Automatic Notifications
Get notified when new commits are available in your current
repository.
🔄 Background Checking
Periodically checks your remote repository for updates.
⚡ Lightweight & Fast
Runs efficiently without slowing down your workflow.
🧠 Smart Detection
Only alerts when there are actual changes to pull.
📦 How It Works
- Open a Git-enabled project in VS Code\
- The extension monitors your repository\
- When new commits are detected:
👉 You'll see a notification like:
"New commits available. Please pull the latest changes."
🛠️ Commands
Command Description
Pull Notifications: Check for Updates Manually check for new commits
⚙️ Requirements
- Git must be installed on your system\
- A valid Git repository (local project connected to remote)
🚀 Installation
From Marketplace
- Open Extensions in VS Code\
- Search for Pull Notifications\
- Click Install
Manual Installation
code --install-extension pull-notifications-0.0.1.vsix
🔧 Usage
- Open any project that uses Git\
- The extension will automatically start monitoring\
- Sit back and get notified when updates are available 🎉
📌 Example Use Case
You're working on a team project.
Someone pushes new code to the repository.
Instead of manually checking or pulling:
👉 You get notified instantly inside VS Code.
🧪 Development
npm install
npm run compile
Press F5 to run the extension in Extension Development Host.
📄 License
MIT License
🙌 Contributing
Contributions, issues, and feature requests are welcome!
👨💻 Author
Nithin John
⭐ Support
If you find this extension useful, consider giving it a ⭐ on GitHub!