Local-Branches
- BranchA
- FrozenBranch
- master
Commands
git checkout BranchA
git merge origin FrozenBranch
Expectaion : I am running this command and expecting that all the changes from remote FrozenBranch will be applied to local BranchA
Please, let me know that if the outcome is something else. I am trying to make sure that this does not merge my remote master to Frozen Branch