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 fork?

1 Answers  


Can you explain the gitflow workflow?

1 Answers  


What is the difference between git and github?

1 Answers  


How can you create a repository in Git?

1 Answers  


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

1 Answers  


What is git bisect?

1 Answers  


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

1 Answers  


What is the function of ‘git rm’?

1 Answers  


How git instaweb is used?

1 Answers  


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

1 Answers  


What does commit object contain?

1 Answers  


What are the benefits of using version control system?

1 Answers  


Categories