Computer Science, asked by disha5125, 10 months ago

What is the difference between git and github

Answers

Answered by rajatbindu
0

Answer:

Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories.

Answered by ItsShreedhar
1

Answer:

 Simply put, Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manageGit repositories. If you have open-source projects that use Git, thenGitHub is designed to help you better manage them. \

Similar questions