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 fork?
Can you explain the gitflow workflow?
What is the difference between git and github?
How can you create a repository in Git?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is git bisect?
What is “Staging Area” or “Index” in GIT?
What is the function of ‘git rm’?
How git instaweb is used?
How will you know in GIT if a branch has been already merged into master?
What does commit object contain?
What are the benefits of using version control system?