Waelazar / code-vienna

Let's learn about Git and GitHub

Home Page:https://githubschool.github.io/code-vienna/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub for Developers

  • Class Date: November 8, 2017
  • Facilitators: @allthedoll and @synthead

Talk to Us!!

If you have a question, or need assistance during class, please create an issue and mention your teacher!.

Give Us Feedback

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

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

https://githubschool.github.io/code-vienna/

License:MIT License


Languages

Language:HTML 54.3%Language:CSS 41.8%Language:Ruby 2.8%Language:Shell 1.1%