Skip to content

Commit f297868

Browse files
Merge pull request #2 from whytheplatypus/master
readme
2 parents a529ab8 + 92d769d commit f297868

File tree

2 files changed

+42
-10
lines changed

2 files changed

+42
-10
lines changed

README

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
3+
WeBWorK
4+
Online Homework Delivery System
5+
Version 2.5.0
6+
Branch: system/tags/rel-2-5-0/webwork2
7+
8+
http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.5.0
9+
Copyright 2000-2011, The WeBWorK Project
10+
http://webwork.maa.org
11+
All rights reserved.
12+
13+
14+
##How to use this dev repo:
15+
Click fork webwork2-dev, all your future dev work will be done from your fork.
16+
17+
If you're using the commandline for git on your computer run these commands:
18+
19+
If you don't have a local repo yet:
20+
```
21+
git clone git@github.com:<your user name>/webwork2-dev.git
22+
```
23+
24+
If you already have a repo:
25+
__warning these commands will just merge it with you're currently checkedout branch!__
26+
27+
```
28+
git remote add webwork2-dev git://github.com/<your user name>/webwork2-dev.git
29+
git fetch webwork2-dev
30+
git merge webwork2-dev/master
31+
32+
```
33+
34+
fix whatever problems are present
35+
36+
make some changes
37+
38+
commit
39+
40+
`git push webwork2-dev master`
41+
42+
go to your github webwork2-dev fork and click pull request. Create a new pull request to openwebwork/webwork2-dev.

0 commit comments

Comments
 (0)