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 |
Describe the branching strategies you have used.
What work is restored when the deleted branch is recovered?
What is the function of ‘git diff ’ in git?
What does ‘hooks’ consist of in git?
What is git cherry-pick?
What is another option for merging in git?
What is ‘head’ in git and how many heads can be created in a repository?
What is subgit?
What are the benefits of using version control system?
Distinguish between git fetch and git pull?
What is ‘git add’ is used for?
What is a ‘conflict’ in git?