Git is software for tracking changes to any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. GitHub is a popular Git server service that provides centralized hosting for git repositories. GitHub Enterprise accounts are available to students and staff to manage source code using Git.
Students & Staff
Did you know that you can use GitHub to publish a website? By uploading HTML or Markdown content to GitHub and using their GitHub Pages feature, you can publish a website with a URL similar to: https://<github-username>.github.io/<repository-name>/. Here are some links to get you started: