From the course: Using Git with Visual Studio Code

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

The Command Palette

The Command Palette

- Another common way to get to Git commands is through the command pallet. Now, once you access that menu, you'll be able to perform just about any Git or GitHub command you may need. A lot of features use this command to get things executed. So, let's go to the, this is one that you are going to want to memorize the command key combination. So, look it up right here on a Mac, it's command, shift, P, and you get to this right here. Now, from here you'll see the recently used commands. And the easiest way to get to all the Git options is to just type, Git right here. And you'll see that there is almost every Git command that you can use. Not all of 'em are here but, the ones that you'll use the most and some additional commands that were installed as a result of some of the extensions that we added. At first, it might not seem like this is any better than typing this in the terminal. So, let's try out a couple of things…

Contents