SeaGOAT icon indicating copy to clipboard operation
SeaGOAT copied to clipboard

Use git to share database dumps

Open kantord opened this issue 1 year ago • 0 comments

When working in teams on a large repository, it could be useful to share database dumps automatically so that not all clients have to re-analize all files in the repository.

This could be done in 2 ways:

  • An approach similar to the gh_pages branch approach
  • Using a separate repo just for sharing this data. This could be more complicated to set up, but for very large repos it could avoid inflating the .git folder

kantord avatar Dec 05 '23 22:12 kantord