Skip to content

Commit

Permalink
Modify readme to use https for upstream clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoo Kim committed Sep 6, 2024
1 parent 3c55f53 commit 5011315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ Ensure you are proficient with the following development tools:
+ Follow these steps to set up your repository:
* Clone the upstream repository directly without forking it:
```bash
$ git clone --origin upstream git@github.com:kaist-cp/cs220.git
$ git clone --origin upstream https://github.com/kaist-cp/cs220.git
$ cd cs220
$ git remote -v
upstream git@github.com:kaist-cp/cs220.git (fetch)
upstream git@github.com:kaist-cp/cs220.git (push)
upstream https://github.com/kaist-cp/cs220.git (fetch)
upstream https://github.com/kaist-cp/cs220.git (push)
```
* To receive updates from the upstream, fetch and merge `upstream/main`:
```bash
Expand Down

0 comments on commit 5011315

Please sign in to comment.