diff options
author | Puneeth Chaganti | 2011-03-25 01:01:06 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-03-25 01:01:06 +0530 |
commit | 6c4fc4adc44adbf02d59911c2b6bdb278a8d28d8 (patch) | |
tree | 51c3b1b763ac74ee3bbacad749b77a6c743f98a5 /versionControl/handOut.rst | |
parent | 0a911c4b477ee0055b7b301fbcf89ed09c076085 (diff) | |
download | sees-6c4fc4adc44adbf02d59911c2b6bdb278a8d28d8.tar.gz sees-6c4fc4adc44adbf02d59911c2b6bdb278a8d28d8.tar.bz2 sees-6c4fc4adc44adbf02d59911c2b6bdb278a8d28d8.zip |
Change lexer to console lexer from bash.
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r-- | versionControl/handOut.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index eb24e8a..23f39c6 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -1,4 +1,4 @@ -.. highlight:: bash +.. highlight:: console =============== Version Control @@ -203,6 +203,7 @@ good idea, at least until you are reasonably comfortable with the use of A chapter1.txt A chapter2.txt A chapter3.txt + $ This simply adds all the files in the (working) directory, to the repository. As expected, the ``status`` command shows an ``A`` before he file names. We |