This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:unix:fall2023:projects:gtf0 [2023/09/12 22:05] – [VIEW THE IMAGE] jmerri10 | notes:unix:fall2023:projects:gtf0 [2023/09/13 20:13] (current) – [REPOSITORY STEPS] jbernata | ||
---|---|---|---|
Line 5: | Line 5: | ||
< | < | ||
=====REPOSITORY STEPS===== | =====REPOSITORY STEPS===== | ||
+ | Use the "hg add" command after you grab the project to add it to the repository. | ||
+ | Then use the "hg commit -m " | ||
+ | |||
+ | Then use the "hg push" command to finalize adding the file with the commit message. | ||
+ | |||
+ | On a different system, you can use "hg pull" and "hg update" | ||
=====RUN THE PROGRAM===== | =====RUN THE PROGRAM===== | ||
To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./ | To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./ |