- Class Date: THIS-DATE
- Facilitator: @TEACHER-HANDLE
If you have a question, or need assistance during class, please create an issue and mention @TEACHER-HANDLE.
Please take a moment to complete the class survey at: SURVEY-LINK.
- Bash:
for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done
- PowerShell:
for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}
More helpful links including videos, cheat sheets, and visualization tools
- GitHub Webcasts
- Authentication Troubleshooting Guide
- GitHub Help Documentation
- GitHub Enterprise Documentation
- Enterprise Support
After you have completed this course, you are probably wondering where to go from here:
- GitHub Learning Lab: self paced courses with instant bot-assisted feedback.
- Join the open source community