Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do a git fetch in vscode?

I do not see an option to do a git fetch inside vscode Source Control tab.

How can I check what origin remote codes am I pulling and merging into my local source codes?

like image 844
Danaley Avatar asked Oct 06 '17 07:10

Danaley


People also ask

How do I fetch in Visual Studio?

Visual Studio uses the Sync view in Team Explorer to fetch changes. Changes downloaded by fetch aren't applied until you Pull or Sync the changes. In Team Explorer, select the Home button and choose Sync. In Synchronization, select Fetch to update the incoming commits list.

How git pull in VS Code?

Enter “github” in the Search field, click “Github Pull Requests”, and click “Install”. When installation is completed click “Reload”. Open the command palette and search for git clone and execute it. Clone the repository of github you want to use into the appropriate folder.


1 Answers

In View -> Command Palette... you can find many other git commands, including Fetch.

like image 51
Willem Avatar answered Sep 22 '22 20:09

Willem