/developers-jan

Repository for GitHub for Developers - January 9 - 10, 2017

Primary LanguageGCC Machine Description

GitHub for Developers

  • January 9 -10, 2017
  • Facilitators:
  • Cynthia Rich (@crichID)
  • Matt Desmond (@beardofedu)

Get Help!

Join the chat at https://gitter.im/developers-jan/Lobby

Give Us Feedback

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

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

Playgrounds for practicing branching