Here is what I did
I create a branch abc. Then I created two text files one.txt and two.txt. Then I commit them to branch abc. Then I removed the file one.txt from the branch and commit these changes to the branch. Now I want to merge these changes back into the HEAD. How can I do this last part?
First, change back to the
masterbranch:Then, merge the branch
abc: