Skip to content

aaravbajaj012/gpi-labs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gpi-labs

We'll update this repository weekly to distribute the labs for 07-131.

Getting started

Clone this repository to your private directory on AFS by cding into your private directory and running git clone https://github.com/cmugpi/gpi-labs.git. This will create a directory called gpi-labs/ containing the current distribution of labs for this class.

Updating

Every week, you can run git pull from within the gpi-labs/ directory to get the newest lab.

Tips

We recommend that you save your work early and often. In git, this is accomplished by using git add <FILES> to add your changes, and then git commit to commit them. Every lab requires you to commit your changes before you submit. Some labs will explicitly require commits in order to progress to the next part of the lab.

Later in the semester, we'll go over git in more detail. We do not expect you to understand everything on day one!

About

07-131 lab distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.6%
  • Makefile 14.4%