mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
Updated wording to be more consistent with the button, which is "VCS Hosting".
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Repo Hosting Services
|
||||
# Version Control Hosting Services
|
||||
|
||||
When working on a team, you often need a remote place to put your code so others can access it, create their own branches, and create or review pull requests. These services often include issue tracking, code review, and continuous integration features. A few popular choices are GitHub, GitLab, BitBucket, and AWS CodeCommit.
|
||||
When working on a team, you often need a remote place to put your code so others can access it, create their own branches, and create or review pull requests. This remote place is called a repository, and these services often include issue tracking, code review, and continuous integration features. A few popular choices are GitHub, GitLab, Bitbucket, and AWS CodeCommit.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@GitHub](https://github.com)
|
||||
- [@official@GitLab](https://about.gitlab.com/)
|
||||
- [@official@BitBucket](https://bitbucket.org/product/guides/getting-started/overview)
|
||||
- [@video@GitHub vs GitLab vs Bitbucket - Which Is Better?](https://www.youtube.com/watch?v=FQGXIIqziQg)
|
||||
- [@video@GitHub vs GitLab vs Bitbucket - Which Is Better?](https://www.youtube.com/watch?v=FQGXIIqziQg)
|
||||
|
||||
Reference in New Issue
Block a user