Skip to content

Files

Latest commit

adb9ed7 · Jan 24, 2021

History

History
27 lines (13 loc) · 860 Bytes

timileyin_verion_control.md

File metadata and controls

27 lines (13 loc) · 860 Bytes

Explain git. Explain gitHub. Step by step guide to open a gitHub account.

GIT

Git is a distributed "Version Control" system that enables one to track changes in a software development project, i.e it tracks and stores the history of actions performed in a project. It's a commandline-tool designed for coordinating work among programmers. software developers/engineers utilize it to track changes in any set of files.

GITHUB

GitHub is a host platform or "Hub" for storing and maintaining a version controlled projects, it's a remote hub where developers share projects and network (collaboration).

STEPS FOR OPENING A GITHUB ACCOUNT

To open a gitHub account the following steps are to be taken:

  1. on your web browser goto https://github.com

  2. click on the sign up button.

  3. Enter all require information and click the sign up button.