Showing tag results for Submodules

Aug 11, 2026
Post comments count2
Post likes count11

Today I will… manage Git Submodules without leaving the IDE

Harshada Hole

If you've worked with Git submodules for any length of time, you probably have a love-hate relationship with them. They're genuinely useful for pulling a shared library, an SDK, or common build scripts into your project. But actually working with them usually means tabbing over to a terminal and trying to remember whether it's this time all while a...

GitVisual Studio 2026Submodules
Aug 11, 2021
Post comments count19
Post likes count2

Multi-repo Support in Visual Studio

Taysser Gherfal

Have you ever needed to work on a solution with projects hosted on different Git repositories? Previously, you had to either use multiple instances of Visual Studio or rely on external Git tools. Starting with Visual Studio 2022 Preview 3, you can enable the multi-repo support preview feature which will enable you to work with a single soluti...

Visual StudioGit IntegrationMulti-repo