-- Pre-preparation work
Step one: Download the relevant software
Visual Studio Code Cloud plugin codecloud Download address: Click to open the link
Note: You will need to restart visual Studio after the Codecloud installation is complete
git download path: Click to open link
Step two: Configure Git in Visual Studio
Open the Visual Studio Tools-> option-> Source control, select Current source control plug-in as Git, as shown in the following figure:
--Visual Studio pulls remote projects
Step one: Click on "Team"--> "Manage connections" to open Team Explorer
Step two: Click ' Clone ' under local git repository
Configure Git local libraries and the URL of the Git repository to be cloned
After the clone succeeds, the cloned project opens automatically, and the following prompts are available in Team Explorer:
At this point, the code has been removed from the remote git store.