Assume that I have 4 branches
Master Branch
Branch 1
Branch 2
Branch 3
I am currently in Branch 3 and I want to get all the files from Branch 2 to Branch 3 without committing the files to Master branch.
Is that possible?
Assume that I have 4 branches
Master Branch
Branch 1
Branch 2
Branch 3
I am currently in Branch 3 and I want to get all the files from Branch 2 to Branch 3 without committing the files to Master branch.
Is that possible?