/ideal-train

Let's learn about Git and GitHub

Creative Commons Attribution 4.0 InternationalCC-BY-4.0

GitHub for Developers

  • Class Date: July 19 - 20, 2017
  • Facilitator:
    • @hollenberry 🎤

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

Core Resources Used During Class

Class Images

Additional Topics

What's Next?

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