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:
• Install Angular 17 | Windows 10 | 2024
Git Username und E-Mail Setup:
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Getting startet first Git setup:
https://git-scm.com/book/en/v2/Gettin...
My-App example project:
https://github.com/softwareCantrips/m...
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
コメント