diff options
author | Shantanu Choudhary | 2009-08-20 22:52:36 +0530 |
---|---|---|
committer | Shantanu Choudhary | 2009-08-20 22:52:36 +0530 |
commit | 288548265e94589689b635243d0a22cedeca5c4b (patch) | |
tree | 0cc030436130ed6d769eb4be265d22b0f708595d /versionControl/versionControl.rst | |
parent | 20a73272195e09a3c8e344f89110b8e70bd2b27b (diff) | |
download | sees-288548265e94589689b635243d0a22cedeca5c4b.tar.gz sees-288548265e94589689b635243d0a22cedeca5c4b.tar.bz2 sees-288548265e94589689b635243d0a22cedeca5c4b.zip |
Hand out doc for version contol added.
Diffstat (limited to 'versionControl/versionControl.rst')
-rw-r--r-- | versionControl/versionControl.rst | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/versionControl/versionControl.rst b/versionControl/versionControl.rst index 9c22785..ce8ceb1 100644 --- a/versionControl/versionControl.rst +++ b/versionControl/versionControl.rst @@ -1,4 +1,4 @@ - +s Module 4: Version Control ========================= @@ -22,37 +22,39 @@ Suggested Reading: +=========+=================================+=========+ | 1 | Introduction to Course | 5 mts | +---------+---------------------------------+---------+ -| 2 | Why Revision Control? | 10 mts | +| 2 | Why Revision Control? | 5 mts | | | - Use case: for team | | | | - Use case: for single dev | | +---------+---------------------------------+---------+ -| 3 | Let there be Repository... | 15 mts | +| 3 | Learning the Lingo | 5 mts | ++---------+---------------------------------+---------+ +| 4 | Let there be Repository... | 15 mts | | | - Creating Repositpry. | | | | - Cloning existing Repo. | | | | - Branches concept | | +---------+---------------------------------+---------+ -| 4 | Navigating through history logs | 5 mts | +| 5 | Navigating through history logs | 5 mts | +---------+---------------------------------+---------+ -| 5 | Making changes in local branch | 15 mts | +| 6 | Making changes in local branch | 15 mts | | | - add | | | | - cp | | | | - rename | | | | - rm | | +---------+---------------------------------+---------+ -| 6 | Sharing the changes | 10 mts | +| 7 | Sharing the changes | 10 mts | | | - status | | | | - pull | | | | - update | | +---------+---------------------------------+---------+ -| 7 | Merging the changes | 20 mts | +| 8 | Merging the changes | 20 mts | | | - commit | | | | - glog | | | | - push | | | | - merge | | +---------+---------------------------------+---------+ -| 8 | Handling conflicts during merge | 20 mts | +| 9 | Handling conflicts during merge | 20 mts | +---------+---------------------------------+---------+ -| 9 | Exporting the changes: getting | | +| 10 | Exporting the changes: getting | | | | patch, diff | 10 mts | +---------+---------------------------------+---------+ @@ -60,3 +62,4 @@ Suggested Reading: *buffer time = 10 mts* +*For this course, working LAN is needed if Internet is not available.* |