I am new to Git, Currently I have two local Git branches with the same files (lets say BranchA and BranchB). I did one check-in/commit in BranchA (file xyz.c) long back.
Now i am working on BranchB and want to merge those check-in changes from BranchA to BranchB (merging two local branch file) without being change anything in Master branch.
Can someone help me out?