Skip to content

Commit

Permalink
Fix typo in triangular workflow commands
Browse files Browse the repository at this point in the history
eclee25 authored Sep 17, 2017
1 parent c5aeeaa commit b98f1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@ Then clone the forked version of the repository to your computer using the URL l
```
$ git clone <url-of-your-fork>
```
We use a triangular workflow - you should push to your Github account's fork, but fetch/pull from this master repository. Setting this up requires adding a remote to this repository account. Use these commands to add the remote to a new folder called "dc-doh-hackathon":
We use a triangular workflow - you should push to your Github account's fork, but fetch/pull from this master repository. Setting this up requires adding a remote to this repository account. "Git clone" will have created your repository in a new folder called "dc_doh_hackathon". Use these commands to add the remote to that new folder:
```
$ cd dc-doh-hackathon
$ cd dc_doh_hackathon
$ git remote add dohhackathon https://github.com/jasonasher/dc_doh_hackathon.git
$ git remote -v
#you should see this:

0 comments on commit b98f1b6

Please sign in to comment.