Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.21 KB

IoT Engineering

Hands-on of lesson 0

For slides and example code, see lesson 0

Note: Do not work on this repository right away.
Check existing forks to find the specific repository for your class.

a) Git and GitHub, 5'

  • Check the forks of this repository to find the Classroom link.
  • Add a new text file, commit and push to submit.
  • See Using Git and Submitting results below.

Submitting results

Using Git

On your computer

On your computer

  • Clone the repository
    $ cd ~
    $ git clone REPO_URL
  • Add a file
    $ git add FILE
  • Commit changes
    $ git commit FILE -m "Fixed all bugs"
  • Push changes
    $ git push