We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 572bf49 + 7a96b75 commit 5b6262bCopy full SHA for 5b6262b
Documentation/gitcli.txt
@@ -81,9 +81,6 @@ you will.
81
Here are the rules regarding the "flags" that you should follow when you are
82
scripting Git:
83
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
-
87
* Splitting short options to separate words (prefer `git foo -a -b`
88
to `git foo -ab`, the latter may not even work).
89
0 commit comments