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 应用程序中,通过 .gitignore 进行的跟踪忽略了 Gemfile.lock
但我希望文件被提交和跟踪。
我怎么做?
首先从 .gitignore 中删除 Gemfile.lock 的条目,添加 .gitignore 并提交。然后添加并提交 Gemfile.lock。只要这些在两个单独的提交中完成,其他团队成员也将能够跟踪 Gemfile.lock 文件。