Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

136 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub for Developers

  • Class Date: May 15 - 16, 2017
  • Facilitator:
    • @hectorsector 🎤

Talk to Us!!

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

Give Us Feedback

Please take a moment to complete the class survey that will be emailed to you on May 16!

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

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages