diff options
author | Puneeth Chaganti | 2011-01-30 11:38:24 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-01-30 11:38:24 +0530 |
commit | c44a0bcdf82f5d74791c3f243a0fa3213688add0 (patch) | |
tree | 75df5df37d96564383a7c37b8438b3049608561a /versionControl | |
parent | 2ab9b717e9c8feb913ac270800433a45a3c6f8d9 (diff) | |
download | sees-c44a0bcdf82f5d74791c3f243a0fa3213688add0.tar.gz sees-c44a0bcdf82f5d74791c3f243a0fa3213688add0.tar.bz2 sees-c44a0bcdf82f5d74791c3f243a0fa3213688add0.zip |
vcs: Minor changes to exercises.rst
Changed the directory structure of exercises repository and
accordingly changed the exercises sheet.
Diffstat (limited to 'versionControl')
-rw-r--r-- | versionControl/exercises.rst | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/versionControl/exercises.rst b/versionControl/exercises.rst index 3426261..1c7516f 100644 --- a/versionControl/exercises.rst +++ b/versionControl/exercises.rst @@ -2,8 +2,10 @@ #. Set your username and email id in you global user preferences. -#. Add a copy of the folder, ``punchagan`` with your own name. Commit your - changes with a meaningful commit message and push them. +#. Add a copy of the folder, ``punchagan`` with your own name. The + ``01-mercurial`` folder needs to have only ``questions.txt``. You need not + copy the ``people.txt`` and ``story.txt`` file. Commit your changes with a + meaningful commit message and push them. #. Pull from the repo. Update. Use ``hg log`` to see the log history of the repository. @@ -23,13 +25,14 @@ #. Answer the new questions that were added by your neighbor, both to his/her file and your file. Commit changes. Push. -#. Edit the file ``people.txt``. Add your name, followed by a colon, followed - by a comma separated list of your interests. Commit your changes and push. +#. Edit the file ``people.txt`` in ``punchagan/01-mercurial`` . Add your + name, followed by a colon, followed by a comma separated list of your + interests. Commit your changes and push. -#. Edit the file ``story.txt`` in the folder ``punchagan`` and add one - sentence at the end of the present story. Commit your changes and push - them. Wait until at least 3 other people change the file, before you make - your next change. This can continue for as long as you like. ;) +#. Edit the file ``story.txt`` in the folder ``punchagan/01-mercurial`` and + add one sentence at the end of the present story. Commit your changes and + push them. Wait until at least 3 other people change the file, before you + make your next change. This can continue for as long as you like. ;) .. Local Variables: |