Explain the advantages of forking workflow?
Answer / Om Prakash Kharwar
Forking is a key aspect of GitHub's collaboration workflow, offering several benefits: 1. Collaboration: Forking allows you to create your own copy of someone else's project and make changes without affecting the original project. 2. Experimentation: You can test out new features or ideas without worrying about breaking the main project. 3. Code review: Forked repositories can be easily shared with others for review, feedback, and collaboration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few Git repository hosting services
What is git Is-tree?
Why git and not svn?
What is the difference between git pull and git fetch?
What is the command you can use to write a commit message?
What is GIT version control?
What is the use of ‘git log’?
What commands will you use to bring a new feature to the main branch?
How can you fix a broken commit?
What does ‘hooks’ consist of in git?
What is difference between fork and branch?
How to resolve a conflict in git?