User Tools

Site Tools


notes:c4eng:fall2023:projects:gtf0

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:c4eng:fall2023:projects:gtf0 [2023/09/07 17:47] – [REPOSITORY STEPS] nbutler5notes:c4eng:fall2023:projects:gtf0 [2023/09/07 17:56] (current) – [REPOSITORY STEPS] nbutler5
Line 24: Line 24:
 <code/>hg add</code> <code/>hg add</code>
  
-After you've added the files, then you want to commit them. This can be done using the command below. After you have entered the command it will take you to a nano window.+After you've added the files, then you want to commit them. This can be done using the command below. Once the command has been entered it will take you to a nano window.
 <code/>hg commit</code> <code/>hg commit</code>
  
Line 30: Line 30:
 <code/>hg commit m-"message"</code> <code/>hg commit m-"message"</code>
  
-After exiting and saving the nano window write the following command in the terminal to push your files to the repository server.+After exiting and saving the nano window write the following command in the terminal to push your files to the repository server. In the terminal it will show you that the files have been added
 <code/>hg push</code> <code/>hg push</code>
 +
 +To verify you can preform the following commands that will provide info on your "commits/pushes" in the terminal. 
 +<code/>hg status
 +
 +and/or
 +
 +hg log</code>
 +
 =====BUILD THE CODE===== =====BUILD THE CODE=====
 To edit the gtf0 file, you can use the following command: To edit the gtf0 file, you can use the following command:
notes/c4eng/fall2023/projects/gtf0.1694108848.txt.gz · Last modified: 2023/09/07 17:47 by nbutler5