diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 15:47:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 15:47:40 +0200 |
commit | f131ad8247180ef40ad73f4ced74c6dcbe8b01ed (patch) | |
tree | f0b2718397c666dc3db9716e63a0a9b28283a25b /using-git.texinfo | |
parent | add parent to glossary (diff) | |
download | using-git-f131ad8247180ef40ad73f4ced74c6dcbe8b01ed.tar.gz using-git-f131ad8247180ef40ad73f4ced74c6dcbe8b01ed.tar.bz2 using-git-f131ad8247180ef40ad73f4ced74c6dcbe8b01ed.tar.xz |
typo
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 9e9ef78..6d219bf 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -872,7 +872,7 @@ renamed the file is not too hard and it eliminates a potatial maintenance miss. -If you want do know the file +If you want to know the file staging difference between the index and working directory type @command{git status}. |