Node Body | Modules Unraveled
At this point, we're ready to make our first commit
- Make sure you're in the project root. (One level above the "web" directory)
git init
Initialize an empty git repository
Now, I want to point out that we don't want to simply add everything to our repository, because we want to make sure that the settings.local.php file, for example, doesn't get committed.