User Tools

Site Tools


notes:fall2024:projects:abc0

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
notes:fall2024:projects:abc0 [2024/08/28 19:14] – [Change lab46 wiki password (can be same as lab46)] bdildinenotes:fall2024:projects:abc0 [2024/08/29 15:47] (current) – [Submit project files on lab46] amelvil2
Line 87: Line 87:
 ====Add, Commit, Push changes to repo==== ====Add, Commit, Push changes to repo====
 In order to move files between Lab46 and your personal computer you can do this by doing hg add, hg commit and hg push and pull. In order to move files between Lab46 and your personal computer you can do this by doing hg add, hg commit and hg push and pull.
-Using hg add will start tracking files. Using hg commit will commit those files and save them and doing hg push will push them out to the other destination where you want to access them. After using hg push make sure to go the the destination and use hg pull to get access to the updated files.+Using hg add will start tracking files. Using hg commit will commit those files and save them (hg commit -m "put commit message here"and doing hg push will push them out to the other destination where you want to access them. After using hg push make sure to go the destination and use hg pull to get access to the updated files.
 =====Pull and Update project changes on Lab46===== =====Pull and Update project changes on Lab46=====
 =====Submit project files on lab46===== =====Submit project files on lab46=====
Line 94: Line 94:
 USER@lab46:~/src/fall2024/DESIG$ submit DESIG PROJECT FILE1 FILE2 FILE3 ... USER@lab46:~/src/fall2024/DESIG$ submit DESIG PROJECT FILE1 FILE2 FILE3 ...
 </code> </code>
-sub in the class you are taking in place of DESIG, the project you are submitting in place of PROJECT, in this case abc0, and the files you are submitting in place of FILE, in this case your C code and info.txt file +sub in the class you are taking in place of DESIG, the project you are submitting in place of PROJECT, in this case abc0, and the files you are submitting in place of FILE, in this case your C code and info.txt file. 
 +For example, if you were in data submitting abc0: 
 +<code> 
 +USER@lab46:~/src/fall/2024/data/abc0$ submit data abc0 helloworld.c info.txt 
 +</code>
 =====Customize journal title and intro, edit week1 entry===== =====Customize journal title and intro, edit week1 entry=====
  
 +Each classmate has their own journal that you can see and read, Giving an intro helps introduce yourself. shocking, I know. This is also a great place to be creative and experiment with the text editor. Have fun!
 +
 +Completing the weekly journal earns you points towards your grade, as well as getting you in the mindset of documenting progress.  
  
 =====Class notes===== =====Class notes=====
notes/fall2024/projects/abc0.1724872442.txt.gz · Last modified: 2024/08/28 19:14 by bdildine