赞
踩
添加分支 $ git checkout 分支名称 添加切换分支 $ git checkout -b 分支名称 切换分支 $ git checkout 分支名称
$ git add .
$ git commit -m '描述'