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 |
Why is it advisable to create an additional commit rather than amending an existing commit?
How can conflict in git resolved?
Explain the gitflow workflow?
What are git stash and git stash drop?
In git, how would you return a commit that has just been pushed and made open?
What is difference between fork and branch? How to create tag?
What work is restored when the deleted branch is recovered?
Name a few git commands?
What is a distributed vcs?
what is git fork? What is difference between fork and branch? How to create tag?
Name a few Git repository hosting services
Explain the advantages of forking workflow?