Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Merge HomologNew to Visual Studio Code? Get it now.
Merge Homolog

Merge Homolog

Tiago Generoso

|
1 install
| (0) | Free
Merge the 'homologation' branch into the current Git branch using a single click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 Merge Homologation - VSCode Extension

A simple Visual Studio Code extension that allows you to merge the homologation branch into your current branch with a single click — no terminal required!


✨ Features

  • 🔁 Merge the homologation branch into your current working branch
  • 🖱️ Accessible via a button in the bottom-right corner of the VSCode interface
  • ✅ Clear visual feedback on success or failure
  • ⚡ Lightweight, intuitive, and easy to use

🛠️ How to Use

  1. Make sure you're working inside a Git repository
  2. Ensure you're on the branch you want to update (e.g., feature/my-task)
  3. Look for the “Merge Homologation” button in the bottom-right corner of the VSCode window
  4. Click the button — that’s it!
  5. Your current branch will be merged with the latest code from homologation

⚠️ Important: Your repository must have a branch named homologation.


📦 Requirements

  • Git must be installed and available in your system path
  • A branch named homologation must exist in your repository
  • You must have permission to pull and merge from homologation

🧪 What Happens Internally

# The extension automatically runs the equivalent of:
git fetch origin
git merge origin/homologation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft