git version 1.7.1
I have create 2 branches i.e. branch1 and branch2.
I have been developing on branch1 and branch2. So both branches are different now.
However, I want to merge branch1 into branch2. But what I am not sure about is that I only want to merge some code changes. I have written some functions in branch1 and I just want to merge those functions and nothing else.
Is that possible using git?