descriptionCS 351 course repository
homepage URLhttp://cs351.updatelog.org
ownerlee@soi2.org
last changeThu, 20 Nov 2008 05:40:09 +0000 (19 23:40 -0600)
content tags
add:
README
CS 351 Repository
=================

CS 351 students will find all labs, handouts, and example source code here.

To clone the repository, use the command:
    git clone git://github.com/michaelee/cs351.git cs351

This will create a local git repository for you in 'cs351' under your current directory and automatically create and check out an initial branch named 'master' based on the remote repository's active branch (maintained by me).  At this point you may work in your local git repository and use it for your personal version control needs.

Your local repository will automatically track all branches in the remote repository (mine), named 'origin' by default.  You can update all the remote-tracking branches in your repository with the command 'git fetch'.  If you wish to merge all changes from the remote master branch with your own current master branch, use the command 'git pull'.  I will likely ask you to run the last operation multiple times throughout the semester in order to obtain lab updates and new sample source code as they become available.

Git has a comprehensive online help system that you can access with the commands 'git help' and 'git help SOME_COMMAND'.

Feel free to contact me if you're in my class and you need help setting up and/or using git.

Enjoy!
shortlog
2008-11-20 Michael LeeAdding echo serversmaster
2008-11-20 Michael LeeAdding producer consumer example
2008-11-15 Michael LeeAdding grading rubric for lab 1.
2008-10-29 Michael LeeFixing mailer script.
2008-10-22 Michael LeeUpdating mailer script for shell lab
2008-09-26 Michael LeeFixing error message and lab name.
2008-09-26 Michael LeeFixing error message.
2008-09-19 Michael LeeUpdating mailer script to properly attach files.
2008-04-25 Michael LeeFixing public clone URL in readme
2008-04-25 Michael LeeAdding README file.
2008-03-31 lee@iit.eduUpdating location of trace files
2008-03-30 lee@iit.eduAdding files for malloc lab
2008-03-24 lee@iit.eduUpdating script for host220
2008-03-24 lee@soi2.orgAdding lab3
2008-03-24 lee@soi2.orgAdding -g to Makefile
2008-03-13 lee@iit.eduUpdating ruby path
...
heads
15 years ago master