summaryrefslogtreecommitdiff
path: root/lecture_notes/version_control/module_plan.rst
diff options
context:
space:
mode:
authorhardythe12014-06-13 18:29:04 +0530
committerhardythe12014-06-13 18:29:04 +0530
commit2f9d25d3e6d8ecaed6f86452c845fd9c70154710 (patch)
tree039e33eeef6f719078dd34722be6ea7a66e5b78b /lecture_notes/version_control/module_plan.rst
parenta6b748ea000473c4cb36ec769a64fa5c9595a59e (diff)
downloadsees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.gz
sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.bz2
sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.zip
changes in the directory so that it can be compiled by sphinx
Diffstat (limited to 'lecture_notes/version_control/module_plan.rst')
-rw-r--r--lecture_notes/version_control/module_plan.rst47
1 files changed, 0 insertions, 47 deletions
diff --git a/lecture_notes/version_control/module_plan.rst b/lecture_notes/version_control/module_plan.rst
deleted file mode 100644
index 6ad7b47..0000000
--- a/lecture_notes/version_control/module_plan.rst
+++ /dev/null
@@ -1,47 +0,0 @@
-Version Control
-===============
-
-Module Objectives
------------------
-
-After successfully completing this module a participant will be able to:
-
- - Understand use of Version Control tools U
- - Create and use repository for daily use of assignments/projects Ap
- - Browse exsiting repo, make changes and commit back Ap
- - Work collaboratively with a team on live project Ap
-
-Suggested Reading:
-------------------
-
-"http://mercurial.selenic.com/wiki/Tutorial"
-
-**Initial Session Plan**
-
-+---------+-----------------------+----------+
-| Session | Topic | Duration |
-+---------+-----------------------+----------+
-| 1 | Introduction | 20 min |
-| | - why version control | |
-| | - analogy | |
-| | - why hg? | |
-| | | |
-| | Let there be a repo | 30 min |
-| | - initializing | |
-| | - status | |
-| | - adding files | |
-| | - taking snapshots | |
-| | - log | |
-| | - setting userinfo | |
-+---------+-----------------------+----------+
-| 2 | But Why commit? | 15 min |
-| | - reverting changes | |
-| | - viewing changes | |
-| | - revision numbering | |
-| | | |
-| | Collaborating | 30 min |
-| | - cloning | |
-| | - serving | |
-| | - pushing and pulling | |
-| | - merging & conflicts | |
-+---------+-----------------------+----------+