Back to Browse

Implementing Version Control with Microsoft Azure Repos and Pushing Code to Remote Repository

3.8K views
Jun 27, 2020
10:30

In this video, I will show you how to implement Version Control for ASP.NET Core 3.0 and Angular 10 Application using Microsoft Azure DevOps Repos. ----Video Number : 6 ----BLOG https://techhowdy.com/ ---GIT COMMANDS git init git add YourFolderName/* git commit -m "Your Message" git git remote add origin Remote-Repo-Link git push -u origin --all ----LINKS Microsoft Azure Repos https://azure.microsoft.com/en-ca/services/devops/repos/ ***SOURCE CODE DEV OPS REPO*** https://dev.azure.com/Techhowdy/_git/CMS_CORE_NG ***SOURCE CODE GITHUB LINK*** https://github.com/techhowdy/CMS_CORE_NG

Download

0 formats

No download links available.

Implementing Version Control with Microsoft Azure Repos and Pushing Code to Remote Repository | NatokHD