Hi,
So I have my local MAMP setup and running a test environment for my projects. When I upload it to the live server for staging I want to keep the passwords and usernames in for example config.php
separate from those that are used on the server. This way I won't need to change those each time I push a commit to the server.
I have been using git add -i
which is working out but still would like some feedback on how the workflow of others is looking like.