Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Git utils to multi-repo approachNew to Visual Studio Code? Get it now.
Git utils to multi-repo approach

Git utils to multi-repo approach

Emir Marques

|
185 installs
| (1) | Free
emirdeliz-multiple-repository-utils - Makes your life easier to use the git if you work with a multi-repo approach
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

emirdeliz-multiple-repository-utils

Build Lint Test

This extension makes your life easier to use the git if you work with a multi-repo approach. You can run pull and merge to all projects inside the workspace with a simple action on the menu.

Demo

Emirdeliz Multiple Repository Utils - example

Settings

About the settings (vscode settings.json). All settings should be inside the key emirdeliz-multiple-repository-utils:
Prop Type Description
ignore-folders Array Define the folders to be ignored to the git.
branch-origin Array Define the branch to be merged to the git.
Example settings
{
  "emirdeliz-multiple-repository-utils": {
    "ignore-folders": ["folder-1, folder-2, folder-3"],
    "branch-origin": "master"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft