When I run the Ruby on Rails command rails new my_app
, it creates the new my_app
directory, and it contains a .git
subdirectory, i.e., ./my_app/.git
, so it's apparently doing a git init
. Where is that git init
command coming from, and why does it do that?
Rails version: 7.0.4.3
Ruby version: 3.0.1.p64