Skip to content

Commit

Permalink
Merge branch 'kh/doc-dashed-commands-have-not-worked-for-a-long-time'
Browse files Browse the repository at this point in the history
Doc update.

* kh/doc-dashed-commands-have-not-worked-for-a-long-time:
  gitcli: drop mention of “non-dashed form”
  • Loading branch information
gitster committed Mar 11, 2024
2 parents 572bf49 + 7a96b75 commit 5b6262b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Documentation/gitcli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 5b6262b

Please sign in to comment.