Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Mar 2, 2016
2 parents ce8f693 + 694c3b9 commit 91492a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ $ git remote add upstream [email protected]:SOME_REPO/appname.git
$ git remote -v
origin https://github.com/USER/appname.git (fetch)
origin https://github.com/USER/appname.git (push)
upstream https://github.com/USER/appname.git (fetch)
upstream https://github.com/USER/appname.git (push)
upstream https://github.com/SOME_REPO/appname.git (fetch)
upstream https://github.com/SOME_REPO/appname.git (push)
```
### Updating
Each time I want to update, from my local master branch I will do the following:
Expand Down

0 comments on commit 91492a0

Please sign in to comment.