Skip to content

aubreyja/webwork2

This branch is 6784 commits behind openwebwork/webwork2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

061e386 · Sep 11, 2013
Jun 24, 2012
Jun 3, 2013
Jun 10, 2013
Sep 10, 2013
Aug 27, 2013
Jun 19, 2012
Jun 27, 2013
Sep 11, 2013
Jun 24, 2012
Jun 24, 2012
Jan 26, 2013
Jun 7, 2012
Mar 11, 2013
Sep 7, 2012
Jun 10, 2013
Jun 10, 2013
Apr 7, 2013

Repository files navigation

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

fix whatever problems are present

make some changes

commit

git push webwork2 master

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

About

Course management front end for WeBWorK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 62.6%
  • JavaScript 31.5%
  • Java 3.3%
  • CSS 2.4%
  • TeX 0.2%
  • Shell 0.0%