summaryrefslogtreecommitdiffstats
path: root/gitcli.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gitcli.txt')
-rw-r--r--gitcli.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitcli.txt b/gitcli.txt
index e5fac9432..7c709324b 100644
--- a/gitcli.txt
+++ b/gitcli.txt
@@ -81,9 +81,6 @@ you will.
Here are the rules regarding the "flags" that you should follow when you are
scripting Git:
- * It's preferred to use the non-dashed form of Git commands, which means that
- you should prefer `git foo` to `git-foo`.
-
* Splitting short options to separate words (prefer `git foo -a -b`
to `git foo -ab`, the latter may not even work).