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 the function of ‘GIT PUSH’ in GIT?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


What is git bisect?

1 Answers  


What is GIT version control?

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


what is git fork? What is difference between fork and branch? How to create tag?

1 Answers  


What is the difference between the ‘git diff ’and ‘git status’?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is GIT stash?

1 Answers  


What is ‘head’ in git?

1 Answers  


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

1 Answers  


Mention the various git repository hosting functions.

1 Answers  


Categories