Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git support for SQLite files #119

Closed
tracend opened this issue Nov 15, 2013 · 0 comments
Closed

Git support for SQLite files #119

tracend opened this issue Nov 15, 2013 · 0 comments
Labels

Comments

@tracend
Copy link
Member

tracend commented Nov 15, 2013

Although a bit out of scope for the project, SQLite DB files don't automatically merge in Git repos.

The proposed process is that .sqlite files are excluded from the website's regular commits - generally mixing data between development and production is not advised anyhow.

Despite that, technically the way to do this is described here:
http://stackoverflow.com/a/3409340

For the sake of providing this as an option, even if it won't be used by the majority of the users, it may be a consideration to include a .gitattributes that dictates how .sqlite files are treated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant