Finding Out The Status
The status command is useful to see what changes have been made on your working directory compared to the sources on the repository server.
The following command is used to recursively see the status of files in your current working directory:
This produces output similar to:
The files marked with ? mean these are new files that do not yet exist on the repository server. Files marked with M mean that these have been locally modified compared to the sources on the repository server.
To see the differences made on your local working directory compared to the last time an update was performed, use the following command:
Please note that the diff command does not connect to the repository to perform the function but instead performs locally to the version you last updated to. To compare the locally made changes to the repository directly, use the following command:
To compare the changes made on the repository to your local working directory, use the following command: