Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の Rails アプリでは、Gemfile.lock は .gitignore による追跡から無視されます。
しかし、ファイルをコミットして追跡したいのです。
それ、どうやったら出来るの?
まず、.gitignore から Gemfile.lock のエントリを削除し、.gitignore を追加してコミットします。次に、Gemfile.lock を追加してコミットします。これらが 2 つの別々のコミットで行われる限り、他のチーム メンバーも Gemfile.lock ファイルを追跡できます。