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.
我不小心删除了我在 Ruby Rails 上的应用程序/控制器文件。我该如何取回它?我第一次设置时没有使用 git init 。
谢谢
如果您永久丢失了控制器文件,您真的不必开始一个全新的项目。你可以做一个'rails g controller ControllerName new index show create etc.'
您仍然需要填写很多逻辑,但这比重新开始整个项目要好。并且为了爱 ${DIETY} 备份你的东西。