• Github Usage

     · 1 min read  · Grape

    如何修改第一条的作者信息

    git commit --amend --author="developer <[email protected]>" --no-edit
    

    如何修改第一条注释信息

    git commit --amend
    

    子模块

    递归更新子模块:

    git submodule add <remote url …