John Blischak Fix typo: lstlistings -> lstlisting  about 9 years ago

Commit id: a7e48a423cd4ffe61ed68cbd79238294b6ce2821

deletions | additions      

       

We'll tell Git about our remote repository using the command \verb|git remote add|.  We use the alias name "origin" so that we don't have to type out the full URL in the future (this is the traditional name for a remote repository, but you could use another name if you liked).  \begin{lstlistings} \begin{lstlisting}  $ git remote add origin https://github.com/scientist123/thesis.git  \end{lstlistings} \end{lstlisting}