From 00d399cd067dc149f6014010728f17a689f557b4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Oct 2013 18:24:36 +0200 Subject: remove a paraphrase separation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- using-git.texinfo | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/using-git.texinfo b/using-git.texinfo index 26f9bcd..7beac25 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -868,7 +868,6 @@ you want to see the changes. Git has four trees should know about to better understand how Git works. - The first tree you encounter is the working directory, called the working tree in Git. The tree begins in the @@ -929,10 +928,10 @@ git rm FILE # Remove FILE git mv FILE NEW_NAME # Rename FILE to NEW_NAME @end example -If an directory in becomes empty +If a directory becomes empty in the working directory it is automatically removed from working -directory. And directories are never +directory. Directories are never tracked by Git, so you cannot have an empty directory in a commit. -- cgit v1.2.3-70-g09d2