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...

What is git fork? What is the difference between fork, branch, and clone?

Answer Posted / Amit Kumar Gill

Git Fork is a way to copy a repository from one user to another within GitHub. It creates an independent copy of the original repository that the forking user can freely modify.nBranch and Clone are terms related to Git itself.n- Cloning copies an existing remote repository onto your local machine, allowing you to work on it as if it were originally on your machine.n- Branching is a way to create a separate line of development within a single repository. This allows you to make changes without affecting the main codebase until you are ready to merge those changes back in.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is git instaweb used?

2