创建分支 git checkout -b develop 查看分支 git branch 删除分支git branch -d develop 合并分支 git merge develop 回滚分支 git reset --hard <hashcode>