Skip to content

balajivedagiri/August-13

 
 

Repository files navigation

GitHub for Developers

  • Class Date: August 13 - 14, 2018.
  • Facilitator: @deepakarchinnova

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: null.

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

Extended Resources

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:

Packages

No packages published

Languages

  • HTML 54.3%
  • CSS 41.8%
  • Ruby 2.8%
  • Shell 1.1%