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 |
What is subgit and why is it used?
What is a git commit and what does the commit object contain?
What is git and why do we use it?
Why is it desirable to create an additional commit rather than amending an existing commit?
What is a distributed vcs?
How to remove a file from git without removing it from your file system?
What are the advantages of using GIT?
What is the function of ‘git checkout’ in git?
What is the function of ‘git diff ’ in git?
What is git fork?
What is the purpose of branching in GIT?
What is git bisect? How can you use it to determine the source of a (regression) bug?