Wednesday, June 6, 2018

Word of the Day: GitHub

Word of the Day WhatIs.com
Daily updates on the latest technology terms |June 6, 2018
GitHub

GitHub is a web-based version-control and collaboration platform for software developers. This week Microsoft announced it has agreed to acquire GitHub for $7.5 billion.

GitHub, which is delivered through a software-as-a-service (SaaS) business model, was started in 2008 and was founded on Git, an open source code management system created by Linus Torvalds to make software builds faster. Git is used to store the source code for a project and track the complete history of all changes to that code. It allows developers to collaborate on a project more effectively by providing tools for managing possibly conflicting changes from multiple developers.

 

GitHub allows developers to change, adapt and improve software from its public repositories for free, but it charges for private repositories, offering various paid plans. Each public or private repository contains all of a project's files, as well as each file's revision history. Repositories can have multiple collaborators and can be either public or private.

GitHub facilitates social coding by providing a web interface to the Git code repository and management tools for collaboration. GitHub can be thought of as a serious social networking site for software developers. Members can follow each other, rate each other's work, receive updates for specific projects and communicate publicly or privately.

Three important terms used by developers in GitHub are fork, pull request and merge. A fork, also known as a branch, is simply a repository that has been copied from one member's account to another member's account. Forks and branches allow a developer to make modifications without affecting the original code. If the developer would like to share the modifications, she can send a pull request to the owner of the original repository. If, after reviewing the modifications, the original owner would like to pull the modifications into the repository, she can accept the modifications and merge them with the original repository. Commits are, by default, all retained and interleaved onto the master project, or can be combined into a simpler merge via commit squashing.

Because GitHub is so intuitive to use and its version-control tools are so useful for collaboration, nonprogrammers have also begun to use GitHub to work on document-based and multimedia projects. GitLab is an open source alternative to GitHub.

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 webpages 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.
Quote of the Day

"GitHub provides an improved developer experience on its website, enabling teams to quickly see changes from a specific commit without having to download it." - Chris Moyer

 

Trending Terms

Software as a Service
Linus Torvalds
social coding
Git
integrated development environment
open source


 
Learning Center

Microsoft GitHub acquisition shakes up DevOps market
The Microsoft-GitHub acquisition brings a popular open source code repository into the fold of a vendor still best known for its proprietary history, even as Microsoft has turned over a new leaf with open source software the last few years.

Three cloud code repository options for AWS dev teams
GitHub, Bitbucket, as well as AWS CodeCommit and CodeStar, are a few cloud code repository options to store app code and synchronize changes.

5 reasons the Microsoft, GitHub acquisition makes sense
Microsoft has acquired GitHub for $7.5 billion, but some devs see risk in the Microsoft/GitHub deal. This post looks at why the deal makes sense.

Uber breach: How did a private GitHub repository fail Uber?
Expert Matt Pascucci explores and questions the use of third-party services, such as GitHub, for private repositories in light of the recent Uber breach.

Build a DevOps version control process for IT infrastructure
The DevOps version control process isn’t just for apps. Walk through an example of how code repositories such as Git control IT infrastructure changes.

Writing for Business

It's typically difficult to _______ programmers to document their code, even though it makes it easier to work with in the future.

A. convince

B. persuade
Answer

 

 

Stay In Touch
For feedback about any of our definitions or to suggest a new definition, please contact me at: mrouse@techtarget.com

 

Visit the Word of the Day Archives and catch up on what you've missed!

 

FOLLOW US

TwitterRSS
About This E-Newsletter
This e-newsletter is published by the TechTarget network. To unsubscribe from Whatis.com, click here. Please note, this will not affect any other subscriptions you have signed up for.
TechTarget

TechTarget, Whatis, 275 Grove Street, Newton, MA 02466. Contact: webmaster@techtarget.com

Copyright 2018 TechTarget. All rights reserved.

No comments: