Emily Davenport removed duplicated 'the'  over 8 years ago

Commit id: 34f83594ac82d90e1982ae4b2f06e48f4ad69f86

deletions | additions      

       

\subsection{Version Lastly, the output explains how you can start tracking your files using the command \verb|git add|.  Let's start tracking the file \verb|process.sh| using \verb|git add|.\subsection{Version  your code} The first step is to learn how to version your own code.  In this tutorial, we will run Git from the command line of the Unix shell. 

Since Git records all of the commits, you can always look through the complete history of a project.  To view the record of your commits, use the command \verb|git log|.  For each commit, it lists thethe  unique identifier for that revision, author, date, and commit message. \begin{verbatim}  $ git log