Update 6.7 -> 6.8 failure
Created by: wirehack7
When I want to run that command, like described in the documentation, I get an error:
# sudo -u git -H git fetch --all
Fetching origin
# sudo -u git -H git checkout 6-8-stable
error: Your local changes to the following files would be overwritten by checkout:
db/schema.rb
Please, commit your changes or stash them before you can switch branches.
Aborting
How to resolve that and update proper?