Skip to content

AnnekeBart/webwork2-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                    WeBWorK                                    
                     Online Homework Delivery System                        
                               Version 2.5.0
                    Branch: system/tags/rel-2-5-0/webwork2

          http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.5.0
                Copyright 2000-2011, The WeBWorK Project
                         http://webwork.maa.org
                          All rights reserved.                              

##How to use this dev repo: Click fork webwork2-dev, 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 git@github.com:<your user name>/webwork2-dev.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 git@github.com:<your user name>/webwork2-dev.git
git fetch webwork2-dev
git merge webwork2-dev/master

fix whatever problems are present

make some changes

commit

git push webwork2-dev master

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

About

Development version of webwork2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 62.1%
  • JavaScript 31.8%
  • Java 3.4%
  • CSS 2.5%
  • TeX 0.2%
  • Shell 0.0%