Answer Posted / 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 View All Answers