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.
この質問への回答を読むと、git の変更は.gitプロジェクトのルート ディレクトリに保存されていることがわかります。しかし、通常の Rails アプリでは.gitどこにも表示されません。
.git
.gitディレクトリは、rails ではなく git によって作成されます。
Rails プロジェクトの管理に git を使用しない場合は、もちろんありません.git。
Windows では、/.git-> という名前のフォルダーがあり、これはgit add .&git commitコマンドを使用したときに作成されます。これがあなたのための写真です:
/.git
git add .
git commit