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 are git stash and git stash drop?
What is GIT stash?
Explain the difference between rebase and merge?
Explain the difference between reverting and resetting.
What work is restored when the deleted branch is recovered?
How to resolve a conflict in git?
What are the benefits of using version control system?
Name a few git commands?
What is git fork?
What is the difference between the ‘git diff ’and ‘git status’?
What is ‘head’ in git and how many heads can be created in a repository?
What is the function of ‘git rm’?