Visual Studio Code: "Ctrl + P" missing git?

Launch the latest version of VSCode and Git for Windows.

Whenever I try to use Ctrl + P to use any Git command, I get "no results found".

Some Git commands appear in CTRL + SHIFT + P, however this does not allow me to easily check for a branch

In the action bar, I have a Source Control button, but not a specific Git button.

+6
source share
1 answer

Based on other IDEs, I find this way of working with Visual Studio GIT strange.

These are the steps that I was able to take to clone the repository:

  • open vsc
  • Ctrl+ Shift+P
  • highlight GIT: Clone
  • enter the clone url suggested
  • clone
  • ,
0

Source: https://habr.com/ru/post/1016454/


All Articles