Gitee 帮助中心 / 帮助详情

    获取 Git 帮助

    想了解 Git 的各式工具该怎么用,可以阅读它们的使用帮助,方法有三:

    $ git help <verb>
    $ git <verb> --help
    $ man git-<verb>

    比如,要学习 config 命令可以怎么用,运行:

    $ git help config

    搜索帮助