diff options
author | Prabhu Ramachandran | 2014-06-12 18:30:44 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2014-06-12 18:30:44 +0530 |
commit | 1cd20420eaf6db98f985bb4ff9840dd0641d124b (patch) | |
tree | ecde55c63af0aa72133767bd3c091e644022e651 /lecture_notes/version_control/module_plan.rst | |
parent | 985adfa4f8a8b9cfba2b0a573dadc77283651957 (diff) | |
parent | a6b748ea000473c4cb36ec769a64fa5c9595a59e (diff) | |
download | sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.tar.gz sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.tar.bz2 sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.zip |
Merge pull request #2 from FOSSEE/restructuring-repo
Restructuring repo
Diffstat (limited to 'lecture_notes/version_control/module_plan.rst')
-rw-r--r-- | lecture_notes/version_control/module_plan.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lecture_notes/version_control/module_plan.rst b/lecture_notes/version_control/module_plan.rst new file mode 100644 index 0000000..6ad7b47 --- /dev/null +++ b/lecture_notes/version_control/module_plan.rst @@ -0,0 +1,47 @@ +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 | | ++---------+-----------------------+----------+ |