Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 594 Bytes

HOWTOCHECKBOX.md

File metadata and controls

16 lines (12 loc) · 594 Bytes

How to tick a checkbox

Markdown checkboxes are readonly, this meas if you want to tick a checkbox you have to make own copy of the repository (fork it) and then edit a particular checkbox.

Prerequisites

You must undesrstand basics of Git to be able to follow the instruction below.

Instruction

  1. Fork the repository on Github (once)
  2. Checkout your repository (once)
  3. Change checkbox from [ ] to [x] next to the topic you've finished.
    • before
    • after
  4. Commit and push changes.
  5. Periodicaly pull changes from original repository to get new topics and materials.