With this project I am going to build a simple recipes website which consists of a main index page followed by a few recipes. It will including some styling elements such as em, strong, and lists.
In order to commit files got git:
- git add . git status to check
- git commit -m "A message describing what you have done to make this snapshot different"
- git log to check
To Push to github:
- git push
- git status to check