githubteacher / hollenberry-caption-this-lab

Home Page:https://lab.github.com/githubschool/caption-this-(for-facilitators)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub for Developers

  • Class Date: May 8 - May 9, 2019
  • Facilitator: @hollenberry

Talk to Us!!

If you have a question, or need assistance during class, please create an issue and mention @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";}

Class Resources

πŸ‘‡πŸ”— Click the dropdown menu below for the class URLs πŸ”— πŸ‘‡

More helpful links including videos, cheat sheets, and visualization tools

Git

Review materials & visualization

GitHub Documentation and Help

Git and IDEs Webcasts

Class Images

What's Next?

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

About

https://lab.github.com/githubschool/caption-this-(for-facilitators)

License:MIT License


Languages

Language:HTML 54.0%Language:CSS 41.5%Language:Ruby 3.5%Language:Shell 1.1%