Especially if I’m using GitHub?
If not, should I (or perhaps someone else) work on such a tool?
Especially if I’m using GitHub? If not, should I (or perhaps someone else) work
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
add a script that dumps the sql file someplace specific to your project (but inside the project directory).
mysqldump -uroot -p my_db > my_project/my_db.sqlit is juts text so git will pick that file up as changed just like any other. so then just
you may consider the following: