What is the difference between git and github?



What is the difference between git and github?..

Answer / Ajita Gumber

Git is a distributed version control system, while GitHub is a web-based hosting service for Git repositories. Git allows developers to manage their code locally, while GitHub provides a platform for collaboration, sharing, and managing projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is subgit and why is it used?

1 Answers  


What is a git commit and what does the commit object contain?

1 Answers  


What is git and why do we use it?

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


What is a distributed vcs?

1 Answers  


How to remove a file from git without removing it from your file system?

1 Answers  


What are the advantages of using GIT?

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


What is git fork?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


Categories