We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ac691 commit 043ee19Copy full SHA for 043ee19
1 file changed
book/01-introduction/sections/help.asc
@@ -5,9 +5,9 @@
5
6
[source,console]
7
----
8
-$ git help <глагол>
9
-$ git <глагол> --help
10
-$ man git-<глагол>
+$ git help <команда>
+$ git <команда> --help
+$ man git-<команда>
11
12
13
Например, так можно открыть руководство по команде config (((git commands, help)))
0 commit comments