How To Use Git In VS Code Like A Pro!
YouTube transcript, YouTube translate
A quick preview of the first subtitles so you know what the video covers.
what is going on everybody welcome back to the common coder my name is Josh and in this video I'm going to be showing you how to use git with Visual Studio code so let's go ahead and get started all right so before we get started we do need to go over a couple prerequisites in order to follow along with this video so the first thing that you'll need to do is make sure you have VSS code installed uh the next thing you'll need to do is make sure that you have git installed and then optionally depending on how far you want to go with this video you'll need to make sure that you have a GitHub account crea ted and you'll need to make sure you set up your SSH keys for GitHub so that way you can connect from VSS code or from git to your GitHub account uh so that way you can upload code to VSS code and download it to your machine so those parts are optional we're mainly going to be covering the git tooling as it pertains to working with Git inside of vs code uh but we are going to cover some GitHub specific features like how to push a branch to GitHub how to clone uh things like that so I'd recommend you have all of these set up and if you need any help with that uh I have videos for every