|
190 | 190 | "description": "`Git` is a highly efficient and flexible distributed version control system that was created by **Linus Torvalds**, the creator of Linux. It allows multiple developers to work on a project concurrently, providing tools for non-linear development and tracking changes in any set of files. Git has a local repository with a complete history and version-tracking capabilities, allowing offline operations, unlike SVN. It ensures data integrity and provides strong support for non-linear development with features such as branching and merging.\n\nVisit the following resources to learn more:", |
191 | 191 | "links": [ |
192 | 192 | { |
193 | | - "title": "Git and Github Roadmap", |
| 193 | + "title": "Git and GitHub Roadmap", |
194 | 194 | "url": "https://roadmap.sh/git-github", |
195 | 195 | "type": "article" |
196 | 196 | }, |
|
211 | 211 | "description": "**GitHub** is a cloud-based hosting service for managing software version control using Git. It provides a platform for enabling multiple developers to work together on the same project at the same time. With GitHub, codes can be stored publicly, allowing for collaboration with other developers or privately for individual projects. Key features of GitHub include code sharing, task management, and version control, among others. GitHub also offers functionalities such as bug tracking, feature requests, and task management for the project.\n\nVisit the following resources to learn more:", |
212 | 212 | "links": [ |
213 | 213 | { |
214 | | - "title": "Git and Github Roadmap", |
| 214 | + "title": "Git and GitHub Roadmap", |
215 | 215 | "url": "https://roadmap.sh/git-github", |
216 | 216 | "type": "article" |
217 | 217 | }, |
|
221 | 221 | "type": "article" |
222 | 222 | }, |
223 | 223 | { |
224 | | - "title": "Github Documentation", |
| 224 | + "title": "GitHub Documentation", |
225 | 225 | "url": "https://docs.github.com/", |
226 | 226 | "type": "article" |
227 | 227 | } |
|
245 | 245 | }, |
246 | 246 | "Q47BtQphp59NkkZoeNXmP": { |
247 | 247 | "title": "GitLab", |
248 | | - "description": "`Gitlab` is a web-based DevOps lifecycle tool which provides a Git-repository manager, along with continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. Users can manage and create their software projects and repositories, and collaborate on these projects with other members. `Gitlab` also allows users to view analytics and open issues of their project. It stands next to other version control tools like `GitHub` and `Bitbucket`, but comes with its own set of additional features and nuances. For Android development, `Gitlab` can be particularly useful owing to its continuous integration and deployment system which can automate large parts of the app testing and deployment.\n\nVisit the following resources to learn more:", |
| 248 | + "description": "`GitLab` is a web-based DevOps lifecycle tool which provides a Git-repository manager, along with continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. Users can manage and create their software projects and repositories, and collaborate on these projects with other members. `GitLab` also allows users to view analytics and open issues of their project. It stands next to other version control tools like `GitHub` and `Bitbucket`, but comes with its own set of additional features and nuances. For Android development, `GitLab` can be particularly useful owing to its continuous integration and deployment system which can automate large parts of the app testing and deployment.\n\nVisit the following resources to learn more:", |
249 | 249 | "links": [ |
250 | 250 | { |
251 | | - "title": "Gitlab", |
| 251 | + "title": "GitLab", |
252 | 252 | "url": "https://about.gitlab.com/", |
253 | 253 | "type": "article" |
254 | 254 | }, |
255 | 255 | { |
256 | | - "title": "Gitlab Documentation", |
| 256 | + "title": "GitLab Documentation", |
257 | 257 | "url": "https://docs.gitlab.com/", |
258 | 258 | "type": "article" |
259 | 259 | } |
|
0 commit comments