Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 2.49 KB

README.md

File metadata and controls

38 lines (33 loc) · 2.49 KB

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