diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-25 18:26:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-25 18:26:55 +0200 |
commit | aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a (patch) | |
tree | 33bba87df6d89ad11770dcb9265288f64499ee37 /using-git.texinfo | |
parent | remove a paraphrase separation (diff) | |
download | using-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.gz using-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.bz2 using-git-aa2d4cc22dd8396cf87c7d9b177e73c4cf0f511a.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 7beac25..aa0eb5e 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -931,8 +931,8 @@ git mv FILE NEW_NAME # Rename FILE to NEW_NAME If a directory becomes empty in the working directory it is automatically removed from working -directory. Directories are never -tracked by Git, so you cannot have +directory. Directories are not +tracked by Git, you cannot have an empty directory in a commit. You can also use @command{git add -u} |