diff options
-rw-r--r-- | versionControl/exercises.rst | 5 | ||||
-rw-r--r-- | versionControl/handOut.rst | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/versionControl/exercises.rst b/versionControl/exercises.rst index 36a10a7..de55478 100644 --- a/versionControl/exercises.rst +++ b/versionControl/exercises.rst @@ -1,6 +1,5 @@ -============================== - Version Control -- Exercises -============================== +Exercises +========= 1. ``clone`` the repository from http://fossee.in:9000 into a directory called sees. You should see a folder ``punchagan`` with a lone directory diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index 09169dd..702add8 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -1118,6 +1118,8 @@ Working Directory The directory where all of the files and directories of the project are present. +.. include :: exercises.rst + .. Local Variables: mode: rst |