This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:dac0 [2023/09/05 23:57] – [Procedure] jbernata | notes:unix:fall2023:projects:dac0 [2023/09/05 23:59] (current) – [Updating current repository] jbernata | ||
---|---|---|---|
Line 36: | Line 36: | ||
Check each of the text files, some are in English and others you will have to reverse, flip, or decode using the commands in the toolbox above. | Check each of the text files, some are in English and others you will have to reverse, flip, or decode using the commands in the toolbox above. | ||
- | Once this is done use the | + | Once this is done use the stat "-c %s filename" |
=====Repository Operations===== | =====Repository Operations===== | ||
Line 55: | Line 55: | ||
You can pull changes from the server by using the "Hg pull" command. | You can pull changes from the server by using the "Hg pull" command. | ||
====Updating current repository==== | ====Updating current repository==== | ||
+ | hg update to update your system after everything has been pulled |