切换分支 ================== 查看所有分支 .. code-block:: shell git branch -a 切换到 develop 分支 .. code-block:: shell git checkout develop