Merging in Git

To merge one branch with another, you have to use the merge command. Remember that you need to be on the branch that you are going to merge the code with, not the branch that is going to be merged, or any other branch. The command is as follows:

git merge newFeature

The output should be as follows:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.136.233.153