Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 489 Bytes

Intro Session Checklist

Admin

  • Create Github Account
  • Set up on your computer (git config)
  • Set up ssh access (add public key to your GitHub account)
  • Add to ai4er-cdt organisation

Practice

  • Fork Repository
  • Clone Repostitory (git clone)
  • Make new branch (git branch; git checkout)
  • Make changes (git status)
  • Commit changes (git add; git commit)
  • Push changes (git push)
  • Make pull request
  • Open Issue