mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-24 07:13:04 +02:00
fix a typo
This commit is contained in:
@@ -126,7 +126,7 @@ $ git help
|
||||
$ git help -a
|
||||
|
||||
# Command specific help - user manual
|
||||
$ git help <command_here>
|
||||
# git help <command_here>
|
||||
$ git help add
|
||||
$ git help commit
|
||||
$ git help init
|
||||
|
@@ -120,7 +120,7 @@ $ git help
|
||||
$ git help -a
|
||||
|
||||
# 在文档当中查找特定的命令
|
||||
$ git help <命令>
|
||||
# git help <命令>
|
||||
$ git help add
|
||||
$ git help commit
|
||||
$ git help init
|
||||
|
Reference in New Issue
Block a user