For more information on concepts covered in this lesson, you can check out:
Here are the command-line snippets used in this lesson:
$ git init
$ ls -l
$ ls -la
$ git status
$ vim .gitignore
$ git add .
$ git commit -m "Initial commit for my portfolio project"
$ git log --oneline
Download a sample .gitignore
file or copy and paste its contents from here: