Additional Resources

After finishing this training, you will likely be interested in some additional resources related to Git.

Git Web Site

The Git Web Site has loads of information:

Pro Git Book

The Pro Git book is freely available online:

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

https://gitlab.com/

github

https://github.com/

  • Free for public repositories.

  • Must pay for private repositories.

  • GitHub Pages are a great way to host websites.

bitbucket

https://bitbucket.org/

  • Free public and private repositories.

  • Need to pay if you need to give more than five people access to a private repo.

  • Great Jira integration since Atlassian runs both services.