回答編集履歴
1
誤記の修正
test
CHANGED
@@ -54,9 +54,9 @@
|
|
54
54
|
|
55
55
|
あとは、
|
56
56
|
|
57
|
-
`git clone git@github-user1
|
57
|
+
`git clone git@github-user1:user1/foo.git`
|
58
58
|
|
59
|
-
`git clone git@github-user2
|
59
|
+
`git clone git@github-user2:user2/bar.git`
|
60
60
|
|
61
61
|
でやればいいです。
|
62
62
|
|