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 another option for merging in git?



What is another option for merging in git?..

Answer / Rani Tyagi

Another option for merging in Git is using the 'rebase' command. Rebasing creates a new commit history with the changes from the current branch on top of the latest commit of the target branch, instead of creating a merge commit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is git bisect and what is its purpose?

1 Answers  


What is rebasing syntax in git?

1 Answers  


What is the syntax for “Rebasing” in Git?

1 Answers  


How to revert previous commit in git?

1 Answers  


What is git cherry-pick?

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


What is the purpose of branching and how many branching strategies can you apply?

1 Answers  


What is git bisect?

1 Answers  


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

1 Answers  


Distinguish between git fetch and git pull?

1 Answers  


Explain the difference between reverting and resetting.

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


Categories