Git lesson 3: view your history (log) and learn how to get help
Great work! In the last lesson you learned to use git add <filename> to add a file to the staging area of your repository, and then git commit to permanently save these changes. That cycle – make changes, add changes, commit changes – is fundamental to the Git workflow and we will revisit it several more times over the course
Read more