URI: 
       tfix typography of command - git-quick-start - an introduction to Git version control
  HTML git clone git://src.adamsgaard.dk/git-quick-start
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit dd2d3de17fe8718622cd7ab412a30ec2b85ac15e
   DIR parent e290ad7c74112cc04ce20505d2167d8fff390aa1
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Fri,  2 Sep 2016 15:14:21 -0700
       
       fix typography of command
       
       Diffstat:
         M git-quick-start.tex                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/git-quick-start.tex b/git-quick-start.tex
       t@@ -265,7 +265,7 @@ the currently active branch.
        \section{Ignoring files}
        Many compilers create auxillary files which are never relevant to track in a 
        version-control system, but clutter your repository overview when using commands 
       -such as \texttt{git status} or \text{git commit -a}.  You can specify which 
       +such as \texttt{git status} or \texttt{git commit -a}.  You can specify which 
        files Git should ignore by their filename in a file at the root of the 
        repository in a file named \texttt{.gitignore}.
        For a repository containing C code, an example \texttt{.gitignore} file could