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 |
How do you find a list of files that have changed in a particular commit?
What is the function of ‘git stash apply’?
What is GIT stash?
What is the purpose of branching in GIT?
Describe the branching strategies you have used.
What is the difference between GIT and SVN?
What does ‘hooks’ consist of in git?
What is ‘head’ in git?
What are the different ways you can refer to a commit?
What is git reflog?
How to squash or fixup commits?
What is a “conflict” in git and how is it resolved?