From 6c025136a6652b1c425e1e65785737ec0457b148 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 17 Nov 2020 10:45:22 +0300 Subject: [PATCH 1/2] Add information on GitLab, Bitbucket and Gitee --- _episodes/01-what-is-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-what-is-git.md b/_episodes/01-what-is-git.md index 98811488..8200c9ab 100644 --- a/_episodes/01-what-is-git.md +++ b/_episodes/01-what-is-git.md @@ -43,7 +43,7 @@ Git was originally developed to help software developers work collaboratively on * Enables you to contribute to, collaborate on, and support digital research projects * Enables you to control changes to your files over time without keeping multiple copies of those files -**_GitHub_** on the other hand is a popular website for hosting and sharing Git repositories remotely. It offers a web interface and provides functionality and a mixture of both free and paid services for working with such repositories. The majority of the content that GitHub hosts is open source software, though increasingly it is being used for other projects such as open access journals (e.g. [Journal of Open Source Software](https://joss.theoj.org/)), blogs, and regularly updated text books. +**_GitHub_** on the other hand is a popular website for hosting and sharing Git repositories remotely. It offers a web interface and provides functionality and a mixture of both free and paid services for working with such repositories. The majority of the content that GitHub hosts is open source software, though increasingly it is being used for other projects such as open access journals (e.g. [Journal of Open Source Software](https://joss.theoj.org/)), blogs, and regularly updated text books. In addition to GitHub, other Git hosting services with many similar features include [GitLab](https://about.gitlab.com/), [Bitbucket](https://bitbucket.org/) and [Gitee](https://gitee.com/). *How can GitHub help with work in libraries?* * A place to discover and reuse ("fork") a huge amount of openly licensed digital projects and open source software From cbbc8306e3cfd8aacccae2dddd8d1f67a78565ca Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 17 Nov 2020 20:59:18 +0300 Subject: [PATCH 2/2] Update as suggested in review --- _episodes/01-what-is-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-what-is-git.md b/_episodes/01-what-is-git.md index 8200c9ab..a089ab55 100644 --- a/_episodes/01-what-is-git.md +++ b/_episodes/01-what-is-git.md @@ -43,7 +43,7 @@ Git was originally developed to help software developers work collaboratively on * Enables you to contribute to, collaborate on, and support digital research projects * Enables you to control changes to your files over time without keeping multiple copies of those files -**_GitHub_** on the other hand is a popular website for hosting and sharing Git repositories remotely. It offers a web interface and provides functionality and a mixture of both free and paid services for working with such repositories. The majority of the content that GitHub hosts is open source software, though increasingly it is being used for other projects such as open access journals (e.g. [Journal of Open Source Software](https://joss.theoj.org/)), blogs, and regularly updated text books. In addition to GitHub, other Git hosting services with many similar features include [GitLab](https://about.gitlab.com/), [Bitbucket](https://bitbucket.org/) and [Gitee](https://gitee.com/). +**_GitHub_** on the other hand is a popular website for hosting and sharing Git repositories remotely. It offers a web interface and provides functionality and a mixture of both free and paid services for working with such repositories. The majority of the content that GitHub hosts is open source software, though increasingly it is being used for other projects such as open access journals (e.g. [Journal of Open Source Software](https://joss.theoj.org/)), blogs, and regularly updated text books. In addition to GitHub, there are other Git hosting services that offer many similar features such as [GitLab](https://about.gitlab.com/), [Bitbucket](https://bitbucket.org/) and [Gitee](https://gitee.com/). *How can GitHub help with work in libraries?* * A place to discover and reuse ("fork") a huge amount of openly licensed digital projects and open source software