I have a website I'm working on that contains the "master" branch, which is exactly what is on the server, and a branch called "development", where I code new features before merging it into master.
The problem is that I have a file that should be different in both versions (.htaccess
). Is there a way to merge everything from "development" to "master", except .htaccess
?