Skip to content

Jonathanliu92251/funny-lemur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub for Developers

  • Class Date: April 17 - 18, 2017
  • Facilitators:
    • @beardofedu 🎤
    • @crichID 💬

Talk to Us!!

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

Give Us Feedback

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

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:

About

Let's learn about Git and GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published