-
Mercurial Commands
- Clone
- Push
- Pull
- Status
- Add
- Remove
- Commit
-
Command Usage
- Makes a copy of the Repository.
- Adds change to the Repository.
- Gets changes from the Repository.
- Lists changed files.
- Adds new files.
- Removes deleted files.
- Commits changes into a changeset.
-
Mercurial and Website
In week one we began our websites and learned how to use Mercurial. The websites will document our progress, say who we are, and serve as a reference. Mercurial is a version control software. Version control software allows groups of people to collaborate on projects, usually involving coding, over the internet. Mercurial keeps track of everyone's changes and merges them into each other. This allows many different people to work on a project at the same time.
I learned how to use mercurial.