git-quick-start

An introduction to Git version control
git clone git://src.adamsgaard.dk/git-quick-start
Log | Files | Refs | README | LICENSE

commit dd2d3de17fe8718622cd7ab412a30ec2b85ac15e
parent e290ad7c74112cc04ce20505d2167d8fff390aa1
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri,  2 Sep 2016 15:14:21 -0700

fix typography of command

Diffstat:
Mgit-quick-start.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-quick-start.tex b/git-quick-start.tex @@ -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