Skip to content

Commit

Permalink
Update swift comparison docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Nov 13, 2017
1 parent 10435d2 commit 060e93b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/swift-update-checkout-config-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@ defaults:
remote: origin
source: github
recursive: true
protocol: https

sources:
- name: github
url: ssh://git@github.com
- name: github-https
url: https://github.com
url: github.com

groups:
- name: swift
Expand Down
4 changes: 2 additions & 2 deletions docs/swift-update-checkout-py.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Swift uses the [update_checkout.py](https://github.com/apple/swift/blob/master/u
```bash
mkdir swift-source
cd swift-source
git clone https://github.com/apple/swift.git
git clone git@github.com:apple/swift.git
./swift/utils/update-checkout --clone-with-ssh
```

Expand All @@ -19,7 +19,7 @@ git clone https://github.com/apple/swift.git
mkdir swift-source
cd swift-source
clowder init git@github.com:JrGoodle/swift-clowder.git
clowder herd --parallel
clowder herd --parallel --protocol ssh
```

## Checkout Version
Expand Down

0 comments on commit 060e93b

Please sign in to comment.