Advanced Search
Search Results
5 total results found
What are some document management services/document version control applications out there?
Two great options that we recommend are Git and SVN.Git: http://git-scm.com/Git is a free and open source distributed version control system designed to handle everything from small projects to very large projects with speed and efficiency. It offers a variety...
GIT info
Please add other helpful links:http://www.git-tower.com/blog/git-cheat-sheet-detail/Interactive tutorial about branching – (Learning about git branching)Mostly for beginners – (List of Git Tutorials from 2011)Role specific command references for different type...
Sass Variables for UCLA Color Palette
UCLA color palettes converted to Sass and posted as gists on github. UCLA Color Palette c. 2013 UCLA Color Palette c. 2004
UCLA Git Walkthrough (for Moodle)
Very basic guide how to get GIT set up on Windows or OSX.Documentation: http://docs.moodle.org/en/Development:Quick_Git_start_guide_for_Moodle_developmentSetting up the Environment Windows: http://help.github.com/win-set-up-git/ Mac OSX: http://help.github.com...
UCLA Moodle Workflow Analysis (using GIT)
Summary Here at UCLA, the team that runs the main campus Moodle installation has decided to move to GIT from SVN. The primary motivation behind this move is that Moodle.org is moving to GIT. It makes sense for us to move because GIT is a distributed VCS, and ...