##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 [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 [email protected]:<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.