- Facilitator:
- @hectorsector 🎤
- 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";}
- GitHub for Developers Manual
- Git Cheat Sheets
- Introduction to GitHub Flow
- Authentication Troubleshooting Guide
- git-scm
- GitSchool - Visualizing Git
- LearnGitBranching
After you have completed this course, you are probably wondering where to go from here: