File tree Expand file tree Collapse file tree 2 files changed +42
-10
lines changed
Expand file tree Collapse file tree 2 files changed +42
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments