Skip to content

Commit

Permalink
revert documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Nov 27, 2018
1 parent e01833b commit 7a02ede
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/topics/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ is happening. You might prefer to checkout the most recent stable tag:

- `$ git checkout v0.18.0`

After cloning, you should run this command to [configure the remote](https://help.github.com/articles/configuring-a-remote-for-a-fork/):

```bash
git remote add fork https://github.com/<GitHub username>/brigade
```

To push your changes to your fork, you should use:

```bash
git push --set-upstream fork <branch>
```

## Building Source

To build all of the source, run this:
Expand Down Expand Up @@ -224,4 +212,4 @@ echo "running $BRIGADE_EVENT_TYPE on $BRIGADE_SCRIPT for $BRIGADE_PROJECT_ID"
yarn start
```
You may change the variables above to point to the desired project.
You may change the variables above to point to the desired project.

0 comments on commit 7a02ede

Please sign in to comment.