Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csev/sakai-lti-test
A clone of the Sakai PHP Unit Test code for LTI (Now moved to tsugi.org)
https://github.com/csev/sakai-lti-test
Last synced: 6 days ago
JSON representation
A clone of the Sakai PHP Unit Test code for LTI (Now moved to tsugi.org)
- Host: GitHub
- URL: https://github.com/csev/sakai-lti-test
- Owner: csev
- Created: 2013-06-13T21:19:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T16:11:16.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:47:26.694Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.git
Awesome Lists containing this project
README
These are the steps to keep my git repo synchronized for this code
git svn init https://source.sakaiproject.org/svn/basiclti/trunk/basiclti-docs/resources/docs/sakai-api-test
git svn fetch
Takes a long time.
git repack -d
git remote add origin https://github.com/csev/sakai-lti-test.git
git pull origin master
When something changes:
git svn rebase
git push