Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

File metadata and controls

19 lines (14 loc) · 1.33 KB

Explaining Version control A component of software configuration management, version control, also known as revision control, source control, or source code management systems are systems responsible for the management of changes to documents, computer programs, large web sites, and other collections of information.

Explain Git Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

Explain Github GitHub is a Git repository hosting service, but it adds many of its own features. While Git is a command line tool, GitHub provides a Web-based graphical interface. It also provides access control and several collaboration features, such as a wikis and basic task management tools for every project.

step by step of creating a github account step by step of creating a github account Click the green Create an account button. It's below the form. Complete the CAPTCHA puzzle. ... Click the Choose button for your desired plan. ... Click the Verify email address button in the message from GitHub. ... Review your plan selection and click Continue. ... Select your preferences and click Submit.