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 |
What is git bisect and what is its purpose?
What is rebasing syntax in git?
What is the syntax for “Rebasing” in Git?
How to revert previous commit in git?
What is git cherry-pick?
What is the difference between git pull and git fetch?
What is the purpose of branching and how many branching strategies can you apply?
What is git bisect?
What is the difference between fork, branch, and clone?
Distinguish between git fetch and git pull?
Explain the difference between reverting and resetting.
What does ‘hooks’ consist of in git?