Azure DevOps Pipelines | Build And Deploy YouTube Clone | Azure DevOps
Step 1: Configure Vs Code
Open Terminal Switch to git bash Run this command:
git config --global credential.helper wincred
git config --global user.name "enter your username"
git config --global user.email "enter your email" config --list
Step 2 : G...
hazikali.hashnode.dev12 min read