Skip to content

Conversation

@jelaniwoods
Copy link
Contributor

Resolves #111

To handle future assignments when students are merging branches, .gitattributes allows us to define "merge strategies" that will let us choose which version of a file to use in the case of a conflict. This PR will define a strategy for the development.sqlite3 file.

  • Make .gitattribures file in root
  • Add merge strategy
  • Configure git to use merge strategy

Based on https://stackoverflow.com/a/49358531

@jelaniwoods jelaniwoods force-pushed the jw-add-gitattribute-file branch from e091bb9 to 2b394a9 Compare June 9, 2020 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoiding merge conflicts caused by not gitignoring database

2 participants