Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors