Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Version Control with TFVC and GIT: 2-in-1
Rating: 4.3 out of 5(25 ratings)
142 students

Version Control with TFVC and GIT: 2-in-1

Get your code under control
Last updated 4/2018
English

What you'll learn

  • Control your code so that you won't lose work if you make a poor edit
  • Learn to branch and merge the concepts and activities after configuring the environment
  • Explore TFVC tooling to work with the source code
  • Master both centralized and distributed version control systems, and decide which to use for each situation
  • Know how to undo work at various stages in the Git commit process
  • Learn to Administer the Git setup

Course content

2 sections37 lectures6h 3m total length
  • The Course Overview2:14

    This video gives an overview of entire course.

  • Version Control with TFS14:33

    In this Video, we are going look at version control concepts and how it is vital to work with any source control system. Join me as we dig into version control concepts.

  • Version Control Terminology2:51

    This video is going to set an understanding of the terms used in TFVC that will help you better understand what’s going on in the tool. Author will discuss some common terms.

  • A Closer Look at Workspaces12:02

    This video will describe Workspaces which are at the heart of working in TFVC. Author will introduce them you to workspaces in this video.

  • Changesets and Shelvesets16:11

    In this Video, we will discuss changesets and shelvesets.

  • Source Control Explorer18:44

    In this Video, we will introduce you to the control explorer and various commands that you can run in it.

  • Getting Code into TFVC9:14

    In this Video, we will show you how to get code into TFVC. Then will show you the web UI way and the client UI way.

  • The Pending Changes Experience12:04

    In this Video, we will learn the steps that you have to perform to commit changes into TFVC.

  • Linking Changesets to Work Items16:19

    In this Video, we will learn how to link check-ins to work for the developer and allow for great traceability.

  • Locking Files in TFVC13:54

    In this Video, we will show you how locking works in TFVC.

  • Working with Workspaces21:40

    In this Video, we are going to show you how to configure your workspace.

  • Setting Source Control Settings12:06

    In this Video, we will look at ways to configure check-in policies, notes, and settings.

  • Backward Compatibility Using the MSSCCI Provider3:48

    In this Video, we will learn about the MSSCCI provider which is a way to connect some legacy versions of Visual Studio to the latest version of TFVC.

  • Define a Branching Strategy11:45

    In this Video, we are going to introduce various branching models.

  • Branching in TFVC15:11

    Now that you have a branching strategy in place, it is time to learn the mechanics of branching in TFVC.

  • Branch Visualization7:09

    Sometimes we have some complex branching strategies in place. It really helps to look at them in a visual hierarchy to understand what changes are in what branch. This video is all about branch visualizations.

  • Merging and Resolving Conflicts13:26

    With any branching strategy you need a solid merging strategy. In this video we are going to look at how to merge and resolve any conflicts that may arise.

Requirements

  • Basic computer skills
  • Familiarity with Team Foundation Server 2017

Description

Version control helps you to track the changes you make in your code over time by taking a snapshot of each file when you edit the code. With the help of TFVC and Git you can easily achieve this. Professional developers need to know Git and TFVC so they can move between projects with ease.

This comprehensive Learning Path is designed to teach you core concepts of version control and to use them with the help of TFVC and Git.

Contents and Overview

This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Version Control with TFVC, will show you how to configure your environment to work more effectively. You’ll go through branching and merging which are the mainstays in many version control systems. Also, understanding which branching strategy to use can be difficult. Explore various branching strategies, and also implement a strategy in TFVC. Lastly, you’ll learn about the branching strategy to work in an organization. Later, we will see how to use it, tracking the changes and merging the changes.

The second course, Version Control with Git, dives into version control using Git. After explaining the difference between centralized and distributed version control, you will be shown how to configure the Git environment. Once you have configured the environment you’ll see how to work with Git in your day to day activities. We will look at what it takes to administer your Git setup. This course ends with setting up the workflows in Git and also see Basic Workflow, Forking Workflow, Feature workflow, open source workflow and Gitflow Workflow.
By the end of this training program, you will be well versed with concepts of version control and will be able to deliver great code using TFVC and Git.

About the Authors

Paul Hacker, a Principal Consultant with AgileThought, has over 15 years of application architecture, design, development, and management expertise in Microsoft technologies. Paul has a depth of experience in ALM, Process Improvement, and Team Foundation Server. Having distinguished himself as a leader in the IT industry he has been awarded the distinction of Microsoft MVP in the ALM category every year since 2006

Who this course is for:

  • Software professionals including developers, testers, architects, configuration analysts, and release managers who want to understand the capabilities of TFS and Git