diff options
author | Puneeth Chaganti | 2011-05-06 12:58:45 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-05-06 12:58:45 +0530 |
commit | ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1 (patch) | |
tree | eaf4d4df50dca099d428f51f71e6da76f1a017d0 /versionControl/handOut.rst | |
parent | 97b740c35fd3e32e85d9baa6632ed6c6865a6d46 (diff) | |
download | sees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.tar.gz sees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.tar.bz2 sees-ed63ecc5a98b4fd37d65bf0a6ca379248845a1a1.zip |
vcs: Minor fix to lists in rst file.
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r-- | versionControl/handOut.rst | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index 5be981a..2ce406c 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -6,12 +6,12 @@ Version Control At the end of this session, you will be able to: - - Understand what Version Control is, and the need for it - - Create and use repository on a daily basis - - Clone existing repositories, from the web - - View the history of a repository - - Make changes to a repository and commit them - - Work collaboratively with a team +- Understand what Version Control is, and the need for it +- Create and use repository on a daily basis +- Clone existing repositories, from the web +- View the history of a repository +- Make changes to a repository and commit them +- Work collaboratively with a team Introduction ============ @@ -1103,15 +1103,15 @@ to organize your work and projects, better. In this section, we have learnt how to - - - clone repositories, using ``hg clone``, - - serve our repositories via ``http`` using ``hg serve``, - - push changes to a repository using ``hg push``, - - check the changesets in a repository after last pull, using ``hg - incoming``, - - pull changes from a repository using ``hg pull`` , - - update the working directory, using ``hg update``, - - merge two heads, using ``hg merge``, - - and resolve conflicts using ``hg resolve``. +- clone repositories, using ``hg clone``, +- serve our repositories via ``http`` using ``hg serve``, +- push changes to a repository using ``hg push``, +- check the changesets in a repository after last pull, using ``hg + incoming``, +- pull changes from a repository using ``hg pull`` , +- update the working directory, using ``hg update``, +- merge two heads, using ``hg merge``, +- and resolve conflicts using ``hg resolve``. Additional Reading ================== |