# git分支玩法
+ 新建本地分支
  + 方案1,使用checkout方案进行开发
  > branch 新的分支名字,随便输入 
    ```
        git checkout -b branch
    ```
+ 变基
  + git rebase master