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?



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

Answer / 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

More Git Interview Questions

What is GIT stash?

1 Answers  


How to remove a file from git without removing it from your file system?

1 Answers  


What is git Is-tree?

1 Answers  


What commands will you use to bring a new feature to the main branch?

1 Answers  


How can you fix a broken commit?

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


How can you use git bisect to determine the source of a (regression) bug?

1 Answers  


What is “Staging Area” or “Index” in GIT?

1 Answers  


What is rebasing syntax in git?

1 Answers  


How to squash or fixup commits?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


What is another option for merging in git?

1 Answers  


Categories