Git帮助

1
2
3
若你使用 Git 时需要获取帮助,有三种方法可以找到 Git 命令的使用手册:
$ git help <verb>
$ git <verb> --help

例如,要想获得 config 命令的手册,执行

1
$ git help config