Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.81 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.81 KB

GitHub for Developers

  • Class Date: May 18 - 19, 2017
  • Facilitators:
    • @hollenberry 🎤
    • @hectorsector 💬

Talk to Us!!

If you have a question, or need assistance during class, please create an issue and mention @hectorsector.

Give Us Feedback

Please take a moment to complete the class survey at: https://goo.gl/Yz4Okd.

Scripts for Adding Files

  • 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";}

Resources

Class Images

What's Next?

After you have completed this course, you are probably wondering where to go from here: