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 difference between rebase and merge?



Explain the difference between rebase and merge?..

Answer / Pooja

In Git, Rebasing is a way to move or combine a sequence of commits to a new base commit. It's often used to clean up a feature branch before merging it into the main branch. Merge, on the other hand, combines two separate development histories together without changing the original commit history.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

Name a few git commands and explain their usage.

1 Answers  


What is the function of ‘git config’?

1 Answers  


How can you fix a broken commit?

1 Answers  


What is the difference between ‘git remote’ and ‘git clone’?

1 Answers  


What is ‘git status’ is used for?

1 Answers  


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

1 Answers  


How git instaweb is used?

1 Answers  


What language is used in GIT?

1 Answers  


Distinguish between git fetch and git pull?

1 Answers  


What is a ‘conflict’ in git?

1 Answers  


Name a few Git repository hosting services

1 Answers  


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

1 Answers  


Categories