InterviewSolution
Saved Bookmarks
| 1. |
Another option for merging in git and its syntax? |
|
Answer» ANOTHER option for MERGING in git and its SYNTAX? To do merging in git there is alternative and this is "Rebasing" and syntax for rebase is given below:- git rebase [new-commit] |
|