Skip to content

githubteacher/dev-dec-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub for Developers

Give Us Feedback

Please take a moment to complete the class survey at: http://www.surveygizmo.com/s3/3129009/9ac0ef5c9108.

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

Repo for GitHub for Developers - Dec 19 & 20th

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published