Additional Resources¶
After finishing this training, you will likely be interested in some additional resources related to Git.
Git Repository Hosting Services¶
There are many cloud based services for git repositories. The following are the big three. There are many more features of each service than provided here, do your own research to see which suits your needs best.
gitlab¶
Free public and private repositories.
GitLab Pages can be used to host docs: https://about.gitlab.com/features/pages/
github¶
Free for public repositories.
Must pay for private repositories.
GitHub Pages are a great way to host websites.