Skip to content

Commit

Permalink
Replace webwork2-dev with webwork2 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Jun 10, 2013
1 parent 06dbe2c commit 917c786
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@

##How to use this dev repo:
Click fork webwork2-dev, all your future dev work will be done from your fork.
Click fork webwork2, all your future dev work will be done from your fork.

If you're using the commandline for git on your computer run these commands:

If you don't have a local repo yet:
```
git clone [email protected]:<your user name>/webwork2-dev.git
git clone [email protected]:<your user name>/webwork2.git
```

If you already have a repo:
__warning these commands will just merge it with you're currently checkedout branch!__

```
git remote add webwork2-dev [email protected]:<your user name>/webwork2-dev.git
git fetch webwork2-dev
git merge webwork2-dev/master
git remote add webwork2 [email protected]:<your user name>/webwork2.git
git fetch webwork2
git merge webwork2/master
```

Expand All @@ -25,6 +24,6 @@ make some changes

commit

`git push webwork2-dev master`
`git push webwork2 master`

go to your github webwork2-dev fork and click pull request. Create a new pull request to openwebwork/webwork2-dev.
go to your github webwork2 fork and click pull request. Create a new pull request to openwebwork/webwork2.

0 comments on commit 917c786

Please sign in to comment.