Skip to content

ghogen/github-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GitHub Bootcamp

Welcome to Opgility's GitHub Bootcamp!

GitHub Guides

GitHub Training

Add Test Files to Your Repository

  • 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";}

Day 1 - Agenda Links

Day 2 - Agenda Links

About

All the content and links for the Opsgility GitHub Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published