i have a doubt with my git repository.
i have a version A (master is actually here) and a version B (branch version_B) of a project. Version A is a old and maintenance. Version B is a upgrade of A (we had to delete much files, change structure and add other files to respect the newest version framework).
So now it's time to move the branch master to reference Version B because because the version A is out of the date (just for bug fixing)
What is the best way (secure) to do that ? Merge/Reset ?