0

Trying to merge branch back into the trunk but every time I do it doesn't seem to detect any changes. Please help

1 Answers1

1

When you want to merge, you must have checked out the destination in your local workspace. The concept is, you merge from another branch (source) into the current one (destination). So in your situation, make sure you have committed all your changes to the branch, then switch to trunk, then do the merge from branch.

E-Riz
  • 31,431
  • 9
  • 97
  • 134
  • What do you mean by checked out the destination? When it does recognise the changes and and I click accept it still doesn't update anything. – AngelaTastic Mar 17 '16 at 09:09