diff options
-rw-r--r-- | using-git.texinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 7d6c295..e796f86 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1344,7 +1344,10 @@ directories, which you can list with the command @command{ls} and you can change directory with the command @command{cd}. -@c @item dirty +@item dirty +The working tree is dirty if it contains uncommited +modifications. + @c @item evil merge @c @item fast-forward @c @item fetch |