Skip to content

Commit bf32b17

Browse files
committed
corrected add remote to remote add
2 parents 8ee393d + ee4fcda commit bf32b17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

intro-to-git-and-github/PITCHME.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ their local <--> their github remote <--> my github clone <--> my local
120120
## Using github
121121
* It's a remote!
122122
```sh
123-
$ git add remote origin https://github.com/iotinafrica/material.git
123+
$ git remote add origin https://github.com/iotinafrica/material.git
124124
[git add, commit...]
125125
$ git remote -v
126126
```
@@ -166,8 +166,13 @@ If we're working in a team
166166
+++
167167
## Forking with github
168168
Try it!
169+
<<<<<<< HEAD
169170
* Fork `glblcd/ClassBook2018`
170171
* Each site will have a sub-directory
171172
* Add your github userid to a new line in `<org>/classlist`
172173
* 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
173178
* Create a "pull request" for me to merge your change

0 commit comments

Comments
 (0)