File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ their local <--> their github remote <--> my github clone <--> my local
120
120
## Using github
121
121
* It's a remote!
122
122
``` sh
123
- $ git add remote origin https://github.com/iotinafrica/material.git
123
+ $ git remote add origin https://github.com/iotinafrica/material.git
124
124
[git add, commit...]
125
125
$ git remote -v
126
126
```
@@ -166,8 +166,13 @@ If we're working in a team
166
166
+++
167
167
## Forking with github
168
168
Try it!
169
+ <<<<<<< HEAD
169
170
* Fork ` glblcd/ClassBook2018 `
170
171
* Each site will have a sub-directory
171
172
* Add your github userid to a new line in ` <org>/classlist `
172
173
* Upload your photo to ` <org>/<username>.jpg ` (keep resolution / size low)
174
+ =======
175
+ * Fork iotinafrica/2018
176
+ * Add your github userid to ` classlist `
177
+ >>>>>>> ee4fcda1995d311f76948bd33bcb0d456b7e8c0d
173
178
* Create a "pull request" for me to merge your change
You can’t perform that action at this time.
0 commit comments