From the course: Git for Teams

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Teaming with remote platforms overview

Teaming with remote platforms overview - Git Tutorial

From the course: Git for Teams

Start my 1-month free trial

Teaming with remote platforms overview

- [Instructor] This chapter will cover how remote platforms make it easier for teams to work with Git. Remote platforms, or repository managers, provide additional capabilities that surround Git repositories. These capabilities help development teams organize and communicate better regarding changes to the project's code. For instance, in a remote platform like GitLab, you can manage project work items, perform code reviews, or control how code changes flow from branch to branch. This chapter will start with an overview of remote platforms and a comparison of several prominent repository managers. Then we'll go hands-on with GitLab to give you some experience working with a repository manager. We will install and configure the tool before I give you a basic walk-through to get you familiar with its features. Next, we'll step away from GitLab to look at workflows and branching strategies that standardize the flow of code from your local machine to a master production branch. Then…

Contents