git-commit, rubocop: use grouped parameters (#13636)
Followup to the https://github.com/tldr-pages/tldr/pulls/13609 to update `git-commit` and `rubocop` pages for English translation/
This commit is contained in:

committed by
GitHub

parent
3332b48ec1
commit
bef3ac7c95
@@ -25,7 +25,7 @@
|
||||
|
||||
- Commit only specific (already staged) files:
|
||||
|
||||
`git commit {{path/to/file1}} {{path/to/file2}}`
|
||||
`git commit {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Create a commit, even if there are no staged files:
|
||||
|
||||
|
Reference in New Issue
Block a user