User Tools

Site Tools


haas:fall2014:cprog:projects:pipemath

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2014:cprog:projects:pipemath [2014/09/29 21:59] – [Project] wedgehaas:fall2014:cprog:projects:pipemath [2014/09/29 22:02] (current) – [Step 3: clone the repository] wedge
Line 55: Line 55:
 lab46:~/src/cprog$ hg clone http://www/hg/project/pipemath-fall2014 pipemath lab46:~/src/cprog$ hg clone http://www/hg/project/pipemath-fall2014 pipemath
 </cli> </cli>
 +
 +Should the above box scroll, here is the line outside a cli tag:
 +  * hg clone <nowiki>http://www/hg/project/pipemath-fall2014 pipemath</nowiki>
 +    * there are 3 spaces, separating 4 arguments:
 +      * hg - the command
 +      * clone - the action we wish hg to perform
 +      * url - the location of the repository we wish for hg to clone
 +      * destination - a new directory, called pipemath, in our current directory
  
 This will be followed by output (requiring you to authenticate with your lab46 username and password) resembling the following: This will be followed by output (requiring you to authenticate with your lab46 username and password) resembling the following:
haas/fall2014/cprog/projects/pipemath.1412027996.txt.gz · Last modified: 2014/09/29 21:59 by wedge