How to keep the Askbot database and it's contents in sync using GIT
I have setup a git repository and cloned askbot code from github to start development. I committed the codebase in our repository. I now have customized askbot using live settings and added few users and posts.
I want to commit this change as well so that my teammate can check out and we have same settings and database throughout.
I want to sync our databases so that not only the schema but its contents is same throughout. How do I do this?
Thanks
Comments