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

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

1 Answers  


How can conflict in git resolved?

1 Answers  


Explain the gitflow workflow?

1 Answers  


What are git stash and git stash drop?

1 Answers  


In git, how would you return a commit that has just been pushed and made open?

1 Answers  


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

1 Answers  


What work is restored when the deleted branch is recovered?

1 Answers  


Name a few git commands?

1 Answers  


What is a distributed vcs?

1 Answers  


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

1 Answers  


Name a few Git repository hosting services

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


Categories