doc/cli: make "dot repository" an independent bullet point
The way to spell the current repository with a '.' dot is independent from how the pathspec allows globs expanded by Git. Make them two separate bullet items in the enumeration. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
b85ecea625
commit
08f8d5d0c0
|
@ -58,10 +58,10 @@ the paths in the index that match the pattern to be checked out to your
|
||||||
working tree. After running `git add hello.c; rm hello.c`, you will _not_
|
working tree. After running `git add hello.c; rm hello.c`, you will _not_
|
||||||
see `hello.c` in your working tree with the former, but with the latter
|
see `hello.c` in your working tree with the former, but with the latter
|
||||||
you will.
|
you will.
|
||||||
+
|
|
||||||
Just as the filesystem '.' (period) refers to the current directory,
|
* Just as the filesystem '.' (period) refers to the current directory,
|
||||||
using a '.' as a repository name in Git (a dot-repository) is a relative
|
using a '.' as a repository name in Git (a dot-repository) is a relative
|
||||||
path for your current repository.
|
path and means your current repository.
|
||||||
|
|
||||||
Here are the rules regarding the "flags" that you should follow when you are
|
Here are the rules regarding the "flags" that you should follow when you are
|
||||||
scripting Git:
|
scripting Git:
|
||||||
|
|
Loading…
Reference in New Issue