Monday, May 27, 2019

GitHub



  • GitHub is a web-based version-control and collaboration platform for software developers.
  • Git is used to store the source code for a project and track the complete history of all changes to that code.

GitHub products and features
          GitHub offers an on-premises version in addition to the well-known SaaS product. GitHub Enterprise supports integrated development environments and continuous integration tool integration, as well as a litany of third-party apps and services. It offers increased security and auditability than the SaaS version.   


Other products and features of note include:
  • GitHub Gist allows GitHub users to share pieces of code or other notes.
  • GitHub Flow is a lightweight, branch-based workflow for regularly updated deployments.
  • GitHub Pages are static web pages to host a project, pulling information directly from an individual's or organization's GitHub repository.
  • GitHub Desktop enables users to access GitHub from Windows or Mac desktops, rather than going to GitHub's website.
  • GitHub Student Developer Pack is a free offering of developer tools that is limited to students, and includes cloud resources, programming tools and support, and GitHub access.

No comments:

Post a Comment

Express

What is Express? Express is a minimal and flexible Node.js web application framework that provides a robust set of features to develo...