Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d37547747f5e
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a79ca66cd5f8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 16, 2015

  1. Update CONTRIBUTING.md

    vais committed Apr 16, 2015
    Copy the full SHA
    2212aac View commit details
  2. Merge pull request #802 from vais/patch-1

    Fix CONTRIBUTING.md: do not clone opal/opal directly, clone your own fork
    elia committed Apr 16, 2015
    Copy the full SHA
    a79ca66 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 CONTRIBUTING.md
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -20,10 +20,10 @@ and javascript code we use 2 spaces (no tabs).

## Quick Start

Clone repo:
Fork https://github.com/opal/opal, then clone the fork to your machine:

```
$ git clone git://github.com/opal/opal.git
$ git clone git://github.com/<Your GitHub Username>/opal.git
```

Get dependencies: