diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:59:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:59:51 +0200 |
commit | ee1d4338db2e70c76063fa73e189263b4ab6022f (patch) | |
tree | 649336e74563299995768abcbb44eea6873c48d2 /using-git.texinfo | |
parent | m (diff) | |
download | using-git-ee1d4338db2e70c76063fa73e189263b4ab6022f.tar.gz using-git-ee1d4338db2e70c76063fa73e189263b4ab6022f.tar.bz2 using-git-ee1d4338db2e70c76063fa73e189263b4ab6022f.tar.xz |
unduplicate word
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index c19635b..cc89e3d 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -215,7 +215,7 @@ operate on the repository. The next thing you want to do is to create a @file{.gitignore} file. It is used to keep track -of with files that should be be included in the +of with files that should be included in the repository, unless overruled with a forced staging. A good base @file{.gitignore} content you probably |