This repo is to serve as a reference for others to make their own spotify moodboard on git. To access this user's example moodboard please go to: https://sebnunez98.github.io/moodboard/moodboard.html
pwd - Present working directory will show where you are
ls - List files in current directory
cd - Change directory cd .. -> parent directory cd directory -> go to directory
mkdir - Make a directory
Right click to paste
add - Add a file
status - Show what files have changed Which ones are added
commit -m “Helpful comment about change” - Make your snapshot with
push - Upload your changes to your remote repository