Madhan
Madhan

Reputation: 107

Is there is any way to push my database changes to github using git bash?

Is there is any way to upload my database with changes to Github? I found a link which says upload total backup SQL files to live, Is that only way?

Upvotes: 0

Views: 898

Answers (1)

CodeBRKR
CodeBRKR

Reputation: 116

You can export the database as a sql file and push the same to github using git bash.

Thanks.

Upvotes: 2

Related Questions