How to use GIT Source Control with VSCode - Tutorial

preview_player
Показать описание
In this video, we walk through using Git source control in Visual Studio Code. For this example, I demonstrate cloning a repository from GitHub (or Azure DevOps), Commit changes to the local main branch, Push committed changes to the origin repository, and creating new branches.

00:00 - Intro
00:28 - Prerequisites
00:46 - Configure git with "git config"
01:36 - Source Control in VSCode
02:02 - Get the git URL from GitHub repository
02:42 - Get the git URL from Azure DevOps (ADO) repository
02:52 - Clone git repository
04:01 - Git operations available in VSCode Source Control
04:33 - Commit a change to the local repository
05:46 - Push/Sync committed changes
06:12 - Pull/Sync chagnes from origin
07:30 - Creating a new branch
08:31 - Publish a branch
09:08 - Commit a change to the new branch
10:09 - Conclusion/Next Steps

Prerequisites:

GitHub:

Song: Dreams
Рекомендации по теме
Комментарии
Автор

Thanks...simple and straight to the point

supastar
Автор

This video was very helpful. Thank you.

pwjrzic