Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 823 Bytes

GettingStarted.md

File metadata and controls

37 lines (28 loc) · 823 Bytes

Getting Started

CodeLabs Not Available, Clone

root@edison:~# git clone https://github.com/TheIoTLearningInitiative/CodeLabs.git
Cloning into 'CodeLabs'...
remote: Counting objects: 13890, done.
remote: Compressing objects: 100% (147/147), done.
remote: Total 13890 (delta 65), reused 0 (delta 0), pack-reused 13735
Receiving objects: 100% (13890/13890), 10.06 MiB | 762.00 KiB/s, done.
Resolving deltas: 100% (7994/7994), done.
Checking connectivity... done.

```sh
root@edison:~# cd CodeLabs/
root@edison:~/CodeLabs# 

CodeLabs Available, Update

root@edison:~/CodeLabs# git reset --hard
HEAD is now at 2fe8288 Merge branch 'master' of https://github.com/TheIoTLearningInitiative/CodeLabs
root@edison:~/CodeLabs# git clean -xf
root@edison:~/CodeLabs# git pull