Skip to content
/ f12 Public
forked from cs253/f12

Fall 2012 public projects (started one week before the class ends)

Notifications You must be signed in to change notification settings

eyebraus/f12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall 2012 public projects (started one week before the class ends)

To clone: git clone https://github.com/cs253/f12

Use 'git status', 'git add', 'git commit' and 'git push' similarly as in Mercurial.

Note that git requires you to specify what changes to include in a commit by using 'git add', while Mercurial does not. You can get the effect of Mercurial by running the command 'git add -u' before each commit.

To set user name/email: git config --global user.name "..." and git config --global user.email "..."

Help references for git:

website: http://gitref.org/

pdf cheat sheet: http://byte.kde.org/~zrusin/git/git-cheat-sheet-medium.png

Files

rocs: the directory for the minimalist web server, single threaded, basic GET/POST, written in Ruby.

rocs/README.md: description of the design

webwork/README.md: the link to the webwork project

Resources

Github bootcamp

https://help.github.com/categories/54/articles

About

Fall 2012 public projects (started one week before the class ends)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%