Explain git. Explain gitHub. Step by step guide to open a gitHub account.
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 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).
To open a gitHub account the following steps are to be taken:
-
on your web browser goto https://github.com
-
click on the sign up button.
-
Enter all require information and click the sign up button.