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.
- 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.
- Commit and push local changes to your repository.
- Want a review? Create an issue, mention @tamberg.
On your computer
- In the hands-on repository fork for your class, in README.md, click the GitHub Classroom link.
- Once you accept the assessment, you get a personal, private repository URL for your USER_NAME:
http://github.com/fhnw-iot-CLASS/fhnw-iot-work-00-USER_NAME
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