I have two branches created at Bitbucket, one called master and another called modulo-contratos.
The thing is that the second branch has changes in some files that I need to integrate into master, but when I do a merge using Netbeans for it, it replaces my newest files in master with the older ones from the modulo-contratos branch.
What could I do?