$ git help <verb>
	#如 $ git help config
$ git <verb> --help
	#如 $ git config --help
$ man git-<verb>
		#如 $ man git-help