File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ CD into the new repo to check:
98
98
``` Raku
99
99
$ cd doc
100
100
$ git remote -v
101
- origin git@ github . com: grace/ doc. git (fetch)
102
- origin git@ github . com: grace/ doc. git (push )
101
+ origin git@ github . com: grace/ doc. git (fetch)
102
+ origin git@ github . com: grace/ doc. git (push )
103
103
```
104
104
105
105
Add the upstream repo (we will use the https protocol for read-only access):
@@ -112,10 +112,10 @@ and notice the new remotes have been added:
112
112
113
113
``` Raku
114
114
$ git remote -v
115
- origin git@ github . com: grace/ doc. git (fetch)
116
- origin git@ github . com: grace/ doc. git (push )
117
- upstream https: // github. com/ raku/ doc (fetch)
118
- upstream https: // github. com/ raku/ doc (push )
115
+ origin git@ github . com: grace/ doc. git (fetch)
116
+ origin git@ github . com: grace/ doc. git (push )
117
+ upstream https: // github. com/ raku/ doc (fetch)
118
+ upstream https: // github. com/ raku/ doc (push )
119
119
```
120
120
121
121
Check what branches we have:
@@ -165,7 +165,7 @@ Changes not staged for commit:
165
165
(use " git add <file>..." to update what will be committed)
166
166
(use " git checkout -- <file>..." to discard changes in working directory)
167
167
168
- modified: writing-docs/ STYLEGUIDE. md
168
+ modified: writing-docs/ STYLEGUIDE. md
169
169
170
170
no changes added to commit (use " git add" and / or " git commit -a" )
171
171
```
You can’t perform that action at this time.
0 commit comments