Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the advantages of forking workflow?



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

Post New Answer

More Git Interview Questions

How do you find a list of files that have changed in a particular commit?

1 Answers  


What is the function of ‘git stash apply’?

1 Answers  


What is GIT stash?

1 Answers  


What is the purpose of branching in GIT?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


What is ‘head’ in git?

1 Answers  


What are the different ways you can refer to a commit?

1 Answers  


What is git reflog?

1 Answers  


How to squash or fixup commits?

1 Answers  


What is a “conflict” in git and how is it resolved?

1 Answers  


Categories