From the course: Introduction to Career Skills in Software Development

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Tour various code repository services

Tour various code repository services

- Repository Hosting Services are third-party web applications that wrap and enhance a version control system. One of the most popular version control systems today is Git, and the most popular hosting service for Git is GitHub. GitHub lets you an others work together on projects from anywhere. Let's take a look at some of its features together. First, it allows you to store your code in the cloud. This makes it available to you and others, regardless of your location. Second, GitHub has a software package registry. The registry helps you to find libraries that are community approved. Third, GitHub has code review builtin. A code review lets other programmers on your team share feedback and ask questions about your work. It's an invaluable tool in many organizations to ensure the quality of the code changes. And the final feature I'd want to share is the GitHub workflows. The workflows allow you to create a series of…

Contents