Skip to content

Commit 5b6262b

Browse files
committed
Merge branch 'kh/doc-dashed-commands-have-not-worked-for-a-long-time'
Doc update. * kh/doc-dashed-commands-have-not-worked-for-a-long-time: gitcli: drop mention of “non-dashed form”
2 parents 572bf49 + 7a96b75 commit 5b6262b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/gitcli.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ you will.
8181
Here are the rules regarding the "flags" that you should follow when you are
8282
scripting Git:
8383

84-
* It's preferred to use the non-dashed form of Git commands, which means that
85-
you should prefer `git foo` to `git-foo`.
86-
8784
* Splitting short options to separate words (prefer `git foo -a -b`
8885
to `git foo -ab`, the latter may not even work).
8986

0 commit comments

Comments
 (0)