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.

Remote platform selection

Remote platform selection - Git Tutorial

From the course: Git for Teams

Start my 1-month free trial

Remote platform selection

- [Instructor] In this lesson, we'll discuss central repositories and explore your team's options for hosting them on a remote platform. Throughout the course, you may hear me using the terms remote platform and central repository interchangeably. Just be aware that I'm referring to the same concept. It's where your team stores the shared copy of the source code. Teams using Git will require a central repository that facilitates their collaboration. A central repository is, at its core, just another repository, however, it allows team members to push and pull changes to the code base. The central repository is normally hosted on a remote server or located within a Git repository management service. Let's take a look at a few options for hosting. One of the simplest options your development team has is to install Git on a server within your hosting environment. You would choose this option if you don't require a more full-featured Git hosting solution or if you are unable to host code…

Contents