diff options
Diffstat (limited to 'Version_Control/vcs1/vcslide1.tex')
-rw-r--r-- | Version_Control/vcs1/vcslide1.tex | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Version_Control/vcs1/vcslide1.tex b/Version_Control/vcs1/vcslide1.tex index f885c1e..9011dfa 100644 --- a/Version_Control/vcs1/vcslide1.tex +++ b/Version_Control/vcs1/vcslide1.tex @@ -274,9 +274,17 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp \begin{itemize} -\item -\item -\item +\item Understand what is Version Control +\item Why Use Version Control +\item How to install Hg +\item Initialize a new repository using hg init, +\item Get the status of a repository using hg status, +\item Make sense out of the various status codes in the output of hg status, +\item Use the hg help to get help about any hg command, +\item Make commits of changes to files, using hg commit +\item View the history of the repository using the hg log command, +\item Set our user information in the global hgrc file. + \item \end{itemize} \end{frame} |