This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:spring2025:projects:dac0 [2025/02/04 23:03] – [Committing changes] tstrickl | notes:unix:spring2025:projects:dac0 [2025/02/04 23:05] (current) – [Updating current repository] tstrickl | ||
---|---|---|---|
Line 37: | Line 37: | ||
hg commit -m "your message here." committing a change initializes it for a push and gives a description to the update | hg commit -m "your message here." committing a change initializes it for a push and gives a description to the update | ||
====Pushing commits upstream to server==== | ====Pushing commits upstream to server==== | ||
- | hg push | + | hg push. pushes any commits to the remote repository. |
====Pulling changes from server==== | ====Pulling changes from server==== | ||
- | hg pull | + | hg pull. pulls changes from repo, but doesn' |
====Updating current repository==== | ====Updating current repository==== | ||
- | hg update | + | hg update. after pulling, do update to change your devices repo to update to the pulled one. |