config.json file
Partner's Commit, my Pull:
{"development": {"username": "","password": "partnerspassword","database": "ourdatabasedb","host": "host#","dialect": "dblanguage" },
My Commit, Partner's Pull:
{"development": {"username": "","password": "mypassword","database": "ourdatabasedb","host": "host#","dialect": "dblanguage" },
It's getting fairly frustrating to keep changing the password value after each pull.