I'm working on a project using git for version handling. What is the best approach to include the database in the cvs?
For example, if I checkout the database and install it at home, make some changes and check it in, I would like the changes I've made to be merged into the database. And I would like to be able to rollback these changes.