Skip to content

fhnw-iot-5ibb1/fhnw-iot-work-00

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

IoT Engineering

Hands-on of lesson 0

For slides and example code, see lesson 0

Note: Do not work on this repository right away.
Create your personal copy by clicking this GitHub Classroom link.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published