Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.19 KB

github.md

File metadata and controls

38 lines (29 loc) · 1.19 KB

What is GitHub

GitHub, Inc. is a provider of Internet hosting for software development and version control using Git. -- Wikipedia

Note that git is a program for managing local repositories and interacting with remote repositories. "GitHub" is a remote repository with additional features.

The Git Handbook shows how to use git from the command line.

Hello World is a gentle introduction to working with GitHub.

Some of the features of GitHub used by Senzing Community:

  1. GitHub Flow
  2. GitHub Issues
  3. GitHub Pages
  4. GitHub Markdown
  5. GitHub Actions
  6. Versioning

Sites

  1. Official site
  2. GitHub Guides