Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Add post

You must login to add post .

Add question

You must login to ask a question.

Login

Register Now

Welcome to Scholarsark.com! Your registration will grant you access to using more features of this platform. You can ask questions, make contributions or provide answers, view profiles of other users and lots more. Register now!

Git Workflow for Azure DevOps Engineers

Git Workflow for Azure DevOps Engineers

Price: $19.99

In this course you’ll learn the foundations of source control with Git, including branching strategies, working with pull requests, and standard workflow with commit, clone, push, pull, and more.

Whether your software project is large or small, using version control as soon as possible is a proven best practice. Azure Repos supports two types of version control: Git and Team Foundation Version Control (TFVC). This course explains the foundations of source control and the differences between distributed and centralized source control.

In the first lecture, you’ll learn:

  • Which version control system should I use?

  • Understanding Git (distributed) vs. TFVC (centralized)

  • Moving from TFVC to Git

  • Commit, share, and sync your code

Distributed version control systems like Git give you flexibility in how you use version control to share and manage code. Your team should find a balance between this flexibility and the need to collaborate and share code in a consistent manner. Discover how team members publish, share, review, and iterate on code changes through Git branches shared with others.

In the second lecture, you’ll learn:

  • Adopt a Git branching strategy

  • About branches and branch policies

  • Using feature branches for your work

  • Review and merge code with pull requests

Version control keeps a history of your development so that you can review and even rollback to any version of your code with ease. This project will show how to perform common version controls tasks using the following version control workflow.

From there you’ll follow along with 3 projects…

Project 1: Git Workflow Basics

Version control keeps a history of your development so that you can review and even rollback to any version of your code with ease. This project will show how to perform common version controls tasks using the following version control workflow.

  • Connect to a project in Azure DevOps

  • Save work with commits

  • Share code with push

  • Update code with fetch and pull

  • Resolve merge conflicts

  • Initialize and Clone an existing Git repo

  • Version control workflow

Project 2: Working with Pull Requests

Pull requests let your team review code and give feedback on changes before merging it into the main branch, and pull requests can come from either topic branches within the same repository or from a branch in a fork of the original repository. In this project you’ll learn how to work with pull requests.

  • View and manage pull requests

  • Review code with pull requests

  • Create & complete a pull request

  • Squash merge pull requests

Project 3: Deploy Pull Request Builds with Azure Pipelines

Pull requests allow for code reviews before changes are merged to the codebase. However, certain issues can be tricky to find until the code is built and deployed to an environment. In this lab you’ll Deploy pull request Artifacts with Azure Pipelines.

  • Specify events that trigger pipelines

  • Create a pull request trigger

  • Set up branch policy for Azure Repos

  • Set up status checks

  • Deploy pull request Artifacts with Azure Pipelines

About arkadmin

Leave a reply