Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Changed GitHub URLs from SSH to HTTPS #97

Merged
merged 1 commit into from
Oct 23, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ To create a website for a new bootcamp:

![Alt text](img/readme/step1.png)

3. Add the template repository `git@github.com:swcarpentry/bc.git` as a remote named `swcarpentry`:
3. Add the template repository `https://github.com/swcarpentry/bc.git` as a remote named `swcarpentry`:

git remote add swcarpentry git@github.com:swcarpentry/bc.git
git remote add https://github.com/swcarpentry/bc.git

![Alt text](img/readme/step2.png)

Expand Down Expand Up @@ -360,7 +360,7 @@ To send them to us as a pull request:
1. Fork the `bc` repository on GitHub.
2. Make that a remote named "upstream" of your local YYYY-MM-DD-site repository:

git remote add upstream git@github.com:<me>/bc.git
git remote add upstream https://github.com/<me>/bc.git

(replacing 'me' with your GitHub username)

Expand Down