Skip to content

GitHub for Developers collaboration repository Jan 12 - 13, 2017

Notifications You must be signed in to change notification settings

D111412a/developers-jan-12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub for Developers

  • January 12 - 13, 2017

  • Facilitators:

  • Cynthia Rich (@crichID)

  • Matt Desmond (@beardofedu)

  • February 1-2, 2017

  • Facilitators:

    • Matt Desmond (@beardofedu)
    • Briana Swift (@brianamarie)

Get Help!

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

Give Us Feedback

Please take a moment to complete the class survey

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

About

GitHub for Developers collaboration repository Jan 12 - 13, 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published