8000 GitHub - githubtraining/caption-this at 5e5e4a88f88dddb97d9a8889325b3576aa89894e
[go: up one dir, main page]

Skip to content

githubtraining/caption-this

Repository files navigation

GitHub for Developers

  • Class Date: THIS-DATE
  • Facilitator: @TEACHER-HANDLE

Talk to Us!!

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

Give Us Feedback

Please take a moment to complete the class survey at: SURVEY-LINK

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++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }

Class Resources

👇🔗 Click the dropdown menu below for the class URLs 🔗 👇

More helpful links including videos, cheat sheets, and visualization tools

Git

Review materials & visualization

GitHub Documentation and Help

Git and IDEs Webcasts

What's Next?

After you have completed this course, you are probably wondering where to go from here:

About

TEMPLATE: Octocat captioning activity for training

Resources

License

Stars

Watchers

Forks

Contributors 11

0