diff options
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} |