diff options
author | Primal Pappachan | 2012-01-27 11:55:11 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-01-27 11:55:11 +0530 |
commit | 04ab5683d37511c35f242d78c4e6f05a104d4c73 (patch) | |
tree | 4acce21ec1db07fb606c98f7348013d5b1283aa8 /Version_Control/vcs1/vcs1.rst | |
parent | a9f952c3e1802e9d8d709a320fcfe852986dac1a (diff) | |
download | sdes-stscripts-04ab5683d37511c35f242d78c4e6f05a104d4c73.tar.gz sdes-stscripts-04ab5683d37511c35f242d78c4e6f05a104d4c73.tar.bz2 sdes-stscripts-04ab5683d37511c35f242d78c4e6f05a104d4c73.zip |
Edited objectives
Diffstat (limited to 'Version_Control/vcs1/vcs1.rst')
-rw-r--r-- | Version_Control/vcs1/vcs1.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Version_Control/vcs1/vcs1.rst b/Version_Control/vcs1/vcs1.rst index 863ed87..f2720df 100644 --- a/Version_Control/vcs1/vcs1.rst +++ b/Version_Control/vcs1/vcs1.rst @@ -1,3 +1,6 @@ +--------------------------------- +Version Control using Hg - Part I +--------------------------------- .. Prerequisites .. ------------- @@ -17,7 +20,7 @@ Script .. R1 -Hello friends and welcome to the tutorial on 'Version Control with Hg' +Hello friends and welcome to the first part of tutorial on 'Version Control using Hg' .. L2 @@ -27,9 +30,9 @@ Hello friends and welcome to the tutorial on 'Version Control with Hg' At the end of this tutorial you will be able to -1. Understand what is Version Control and the need for it. - -#. Create and use a repository on a daily basis. + 1. Understand what is Version Control + #. Identify the need for using Version Control + #. Install Mercurial and intialize a repository .. R3 @@ -43,6 +46,10 @@ First, let's understand what 'Version Control' is. 'Version control' is a way to track files over time and share them. This allows access to earlier versions of a file(s) if and when required. It therefore enables us to make changes to the content of a file, view it's change log and collaborate on a single piece of work with a team of people. +As the quote from the famous blog post 'Version Control for masses' says + +"Version control is one of those weird, geeky things that never really gained +much ground in non-geek fields, despite the fact that it’s blindingly useful." .. L4 |