Skip to content

my team's project for our 308 (Software Engineering I) class

Notifications You must be signed in to change notification settings

mgius/CSTutor

 
 

Repository files navigation

Checking out the project

git clone git://github.com/xiongchiamiov/CSTutor.git
cd CSTutor
git svn init -s --prefix=origin/ https://autotutor.csc.calpoly.edu/svn

Making changes

git svn fetch
git svn rebase
[hack hack hack]
git add .
git commit -m 'a super-helpful message'
git svn dcommit

About

my team's project for our 308 (Software Engineering I) class

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.2%
  • JavaScript 42.8%