If you have a question or need assistance, you can get it in the GoToWebinar Q&A panel.
Please take a moment to complete the class survey at: https://goo.gl/iu3bfk
for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done
for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}
After you have completed this course, you are probably wondering where to go from here: