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

Remove slnx.sqlite from version control #237

Closed
ErikMogensen opened this issue Jul 15, 2018 · 1 comment
Closed

Remove slnx.sqlite from version control #237

ErikMogensen opened this issue Jul 15, 2018 · 1 comment

Comments

@ErikMogensen
Copy link
Collaborator

Currently slnx.sqlite is part of the tracked files. It was probably added by mistake before .gitignore was added. It updates automatically by VS and thus prevent some Git commands from executing since they require all tracked files to be in the unmodified state.

It is not easy to change the Git history and there is a great answer titled Intro: You have 5 solutions available at
https://stackoverflow.com/questions/307828/how-do-you-fix-a-bad-merge-and-replay-your-good-commits-onto-a-fixed-merge.

Meanwhile the workaround is to execute: git update-index --assume-unchanged slx.sqlite before executing Git commands.

@ErikMogensen
Copy link
Collaborator Author

ErikMogensen commented Oct 24, 2018

Fixed in #238

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

No branches or pull requests

1 participant