Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Pull NotificationsNew to Visual Studio Code? Get it now.
Pull Notifications

Pull Notifications

Nithin John

|
1 install
| (1) | Free
Notify when pulling latest changes in Git
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 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

  1. Open a Git-enabled project in VS Code\
  2. The extension monitors your repository\
  3. 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

  1. Open Extensions in VS Code\
  2. Search for Pull Notifications\
  3. 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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft