Skip to content

Commit

Permalink
Merge pull request swcarpentry#97 from swcarpentry/ssh_to_https
Browse files Browse the repository at this point in the history
Changed GitHub URLs from SSH to HTTPS
  • Loading branch information
Will Trimble committed Oct 23, 2013
2 parents b0473c0 + da59f2d commit 7951483
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 @@ -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

0 comments on commit 7951483

Please sign in to comment.