0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

コンフリクト 時にどちらの変更か分からない

Posted at

コンフリクト時のどちらの変更か分からないとき(自分用)

# for image uploader with AWS S3
gem 'carrierwave'
<<<<<<< HEAD(現在の変更)←今のコードを適用する
gem 'fog-aws'
gem 'fog-local'
=======

# ローカルではfog-awsを使用
# gem 'fog-aws'
gem 'fog'

>>>>>>> 1dba7da3812b21420804f1fb844ce1f80d0a99d7(入力側の変更)←pullしてきたコードを適用する
# text_areaのフォームを自動調整
gem 'autosize', '~> 2.4'

gem 'thin'


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?