To verify that the files have been staged you can type in git status again into your terminal. Let’s commit the staged files and add a commit message. Do this with this command: $ git commit -m 'Set up basic server and index.html page' It’s time for us ...
↧