In this tutorial, you will learn how to install and set up Git for Visual Studio Code and GitHub. I will walk you through the step-by-step process of installing Git, configuring it in Visual Studio Code, pushing a
project to Github and cloning a repository from Github.
By the end of this video, you will be ready to start using Git for version control in your projects.
Visual Studio Code installation at 1 min 10 sec:
https://www.youtube.com/watch?v=Tj7qoKh_cnU
Git Username und E-Mail Setup:
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Getting startet first Git setup:
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
My-App example project:
https://github.com/softwareCantrips/my-app
Timecodes
0:00 - Install Git
1:23 - Github sign up
1:40 - Verify preexisting Git-Project
2:05 - Git Setup
2:16 - VS-Code Source Control
3:18 - Clone from Github
Download
0 formats
No download links available.
Install and Setup Git for VS-Code and Github | Windows 10 | NatokHD