状態
ブランチを切り替えるために、git checkoutを実行したが、何かしらのエラーで、できなかった。
以下がそのエラー
$ git checkout static-pages
error: Your local changes to the following files would be overwritten by checkout:
app/assets/stylesheets/custom.scss
app/controllers/users_controller.rb
app/helpers/users_helper.rb
app/views/layouts/application.html.erb
app/views/users/new.html.erb
config/routes.rb
Please commit your changes or stash them before you switch branches.
Aborting
状態
ブランチを切り替えるために、git checkoutを実行したが、何かしらのエラーで、できなかった。
以下がそのエラー