Week Two
Version control
This week I learned the basics of version control using Mercurial. I was able to pull a copy of the archive, add files containing my web page and push the changes to the archive.
Mercurial Commands Used
- Hg add - add files
- Hg commit -m " commit message" - commit to changes. Message gives a reference so you know what changes you have made.
- Hg pull - pulls current copy of the archive
- Hg merge - follow mercurials prompts to merge if there have been changes to the archive.
- Hg push - pushes changes to the archive