Skip to content

Commit 5011315

Browse files
author
Jaewoo Kim
committed
Modify readme to use https for upstream clone.
1 parent 3c55f53 commit 5011315

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Ensure you are proficient with the following development tools:
8080
+ Follow these steps to set up your repository:
8181
* Clone the upstream repository directly without forking it:
8282
```bash
83-
$ git clone --origin upstream git@github.com:kaist-cp/cs220.git
83+
$ git clone --origin upstream https://github.com/kaist-cp/cs220.git
8484
$ cd cs220
8585
$ git remote -v
86-
upstream git@github.com:kaist-cp/cs220.git (fetch)
87-
upstream git@github.com:kaist-cp/cs220.git (push)
86+
upstream https://github.com/kaist-cp/cs220.git (fetch)
87+
upstream https://github.com/kaist-cp/cs220.git (push)
8888
```
8989
* To receive updates from the upstream, fetch and merge `upstream/main`:
9090
```bash

0 commit comments

Comments
 (0)