I've a branch develop with files:
- index.php
- test.php
I'm creating branch release from it, where I set versions, make small bugfixes, etc, and delete test.php which doesn't go into production release. Then I want to merge this branch into develop but want to keep test.php in develop branch. How to do it? Default behaviour of git merge just deletes the file.
 
     
     
    